Changeset 9770 in josm
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/StyleCache.java
r9341 r9770 82 82 return internPool.putUnique(this); 83 83 } 84 85 /** 86 * Get the size of the intern pool. Only for tests! 87 * @return size of the intern pool 88 */ 89 public static int getInternPoolSize() { 90 return internPool.size(); 91 } 84 92 }
Note:
See TracChangeset
for help on using the changeset viewer.