File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
UnicodeJsps/src/main/java/org/unicode/jsp
unicodetools/src/main/java/org/unicode/props Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -301,9 +301,7 @@ private boolean applyPropertyAlias0(
301301 propertyValue ),
302302 UnicodePropertySymbolTable .Relation .geq ,
303303 Comparator .nullsFirst (Comparator .naturalOrder ()),
304- (s ) ->
305- UnicodePropertySymbolTable
306- .parseVersionInfoOrMax (s )));
304+ UnicodePropertySymbolTable ::parseVersionInfoOrMax ));
307305 } else {
308306 if (prop .getName ().equals ("General_Category" )) {
309307 for (String [] coarseValue : COARSE_GENERAL_CATEGORIES ) {
Original file line number Diff line number Diff line change @@ -207,9 +207,7 @@ public boolean applyPropertyAlias0(
207207 propertyValue ),
208208 Relation .geq ,
209209 Comparator .nullsFirst (Comparator .naturalOrder ()),
210- (s ) ->
211- UnicodePropertySymbolTable
212- .parseVersionInfoOrMax (s )));
210+ UnicodePropertySymbolTable ::parseVersionInfoOrMax ));
213211 } else {
214212 set = prop .getSet (propertyValue );
215213 }
You can’t perform that action at this time.
0 commit comments