Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/formatters/NFparsedparts.java

Diff revisions: vs.
  @@ -63,7 +63,7 @@
63 63 {
64 64 String zBeforeDigits = getBeforeAnyDigits();
65 65 String zWholeDigits = getWholeDigits();
66 - String dot = ( isDecimalFound() ? "." : "" );
66 + String dot = (isDecimalFound() ? "." : "");
67 67 String zFractional = getFractionalDigits();
68 68 String zAfterDigits = getAfterAnyDigits();
69 69