Changeset 12664 in josm for trunk/src/org
- Timestamp:
- 2017-08-26T02:54:56+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/search/SearchCompiler.java
r12662 r12664 1602 1602 * @return a {@link Match} object for the expression 1603 1603 * @throws SearchParseError if an error has been encountered while compiling 1604 * @see #compile( org.openstreetmap.josm.actions.search.SearchAction.SearchSetting)1604 * @see #compile(SearchSetting) 1605 1605 */ 1606 1606 public static Match compile(String searchStr) throws SearchParseError {
Note:
See TracChangeset
for help on using the changeset viewer.