Subversion Repository Public Repository

litesoft

Diff Revisions 811 vs 821 for /trunk/Java/core/Anywhere/src/org/litesoft/core/hierarchicaldata/HierarchicalDataSimpleFactory.java

Diff revisions: vs.
  @@ -326,7 +326,7 @@
326 326
327 327 public String[] getSortedAttributeNames()
328 328 {
329 - return UtilsCommon.getSortedKeysAsStrings( mAttributeNameValues );
329 + return Maps.getSortedKeysAsStrings( mAttributeNameValues );
330 330 }
331 331
332 332 public String getAttributeValue( String pAttributeName )