Changeset 34010 in osm


Ignore:
Timestamp:
2018-01-15T03:12:21+01:00 (7 years ago)
Author:
donvip
Message:

disable StringSplitter warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r33960 r34010  
    8383            <compilerarg value="-Xlint:deprecation"/>
    8484            <compilerarg value="-Xlint:unchecked"/>
     85            <compilerarg value="-Xep:StringSplitter:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/>
    8586            <compilerarg value="-Xep:ReferenceEquality:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/>
    8687            <compilerarg value="-Xep:InsecureCryptoUsage:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/>
Note: See TracChangeset for help on using the changeset viewer.