Skip to content

Commit 0dd56d8

Browse files
committed
NumberParser 1.0.8.5 & UnitParser 1.0.9.1.
1 parent 895d239 commit 0dd56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all_code/Test/src/Parts/UnitParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ static void PrintSampleItem(String sampleId, UnitP unitP)
388388
sampleId + " - " +
389389
(
390390
unitP.getError().getType() != UnitP.ErrorTypes.None ?
391-
"Error. " + unitP.getError().getErrorMessage() :
391+
"Error. " + unitP.getError().getMessage() :
392392
unitP.getValueAndUnitString() + " (" +
393393
unitP.getUnit().toString() + ", " +
394394
unitP.getUnitType().toString() + ", " +

0 commit comments

Comments
 (0)