Пример #1
0
 public String[] getLocations() {
   synchronized (lock) {
     String[] results = permAdminTable.getLocations();
     return results.length == 0 ? null : results;
   }
 }