Skip to content

Commit

Permalink
NumberParser 1.0.8.5 & UnitParser 1.0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
varocarbas committed Oct 18, 2017
1 parent 895d239 commit 0dd56d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_code/Test/src/Parts/UnitParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static void PrintSampleItem(String sampleId, UnitP unitP)
sampleId + " - " +
(
unitP.getError().getType() != UnitP.ErrorTypes.None ?
"Error. " + unitP.getError().getErrorMessage() :
"Error. " + unitP.getError().getMessage() :
unitP.getValueAndUnitString() + " (" +
unitP.getUnit().toString() + ", " +
unitP.getUnitType().toString() + ", " +
Expand Down

0 comments on commit 0dd56d8

Please sign in to comment.