langtools/src/share/classes/javax/tools/StandardLocation.java
changeset 22163 3651128c74eb
parent 14801 d66cab4ef397
child 25287 d2440361b323
equal deleted inserted replaced
22162:3b3e23e67329 22163:3651128c74eb
    96             });
    96             });
    97         return locations.get(name);
    97         return locations.get(name);
    98     }
    98     }
    99     //where
    99     //where
   100         private static final ConcurrentMap<String,Location> locations
   100         private static final ConcurrentMap<String,Location> locations
   101             = new ConcurrentHashMap<String,Location>();
   101             = new ConcurrentHashMap<>();
   102 
   102 
   103     public String getName() { return name(); }
   103     public String getName() { return name(); }
   104 
   104 
   105     public boolean isOutputLocation() {
   105     public boolean isOutputLocation() {
   106         switch (this) {
   106         switch (this) {