Searched refs:stringInterner (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java66 private final Interner<String> stringInterner = new Interner<String>(); field in class:SubversionHistoryParser.Handler
110 path = stringInterner.intern(path);

Completed in 5 milliseconds