Changeset 32698 in osm for applications/editors/josm
- Timestamp:
 - 2016-07-22T12:26:36+02:00 (9 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/plugins/tag2link/src/org/openstreetmap/josm/plugins/tag2link/data/Link.java
r28547 r32698 30 30 31 31 protected final boolean containsParams(String s) { 32 return s.matches("[^{}]* {[^{}]*}[^{}]*");32 return s.matches("[^{}]*\\{[^{}]*\\}[^{}]*"); 33 33 } 34 34  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  