Ignore:
Timestamp:
2019-01-27T22:26:35+01:00 (5 years ago)
Author:
simon04
Message:

Refactoring: use StandardCharsets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj

    r14489 r14746  
    8989     * @param initState initial state
    9090     */
     91    @Deprecated
    9192    public MapCSSParser(InputStream in, String encoding, LexicalState initState) {
    9293        this(createTokenManager(in, encoding, initState));
     
    9495    }
    9596
     97    @Deprecated
    9698    protected static MapCSSParserTokenManager createTokenManager(InputStream in, String encoding, LexicalState initState) {
    9799        SimpleCharStream scs;
Note: See TracChangeset for help on using the changeset viewer.