Skip to content

Commit

Permalink
oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
karelmikie3 committed Nov 13, 2016
1 parent db3a952 commit d34a7eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public List<String> write(Field field, Object value, ParameterizedType parameter

@Override
public Byte read(String value, HxCConfig mainInstance, Map<String, Object> info) {
return Byte.valueOf(mainInstance.getCurrentLine());
return Byte.valueOf(value);
}

@Override
Expand Down

0 comments on commit d34a7eb

Please sign in to comment.