Merge 6d72e6e7db into db5d949e71
This commit is contained in:
commit
48fbbcded0
@ -20,6 +20,8 @@
|
||||
package it.geosolutions.geoserver.rest.encoder;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
import it.geosolutions.geoserver.rest.encoder.authorityurl.AuthorityURLInfo;
|
||||
@ -101,6 +103,7 @@ public class GSLayerEncoder21Test {
|
||||
jsonStr.length() - 3);
|
||||
|
||||
String[] items = jsonStr.split("\\}(,)\\{");
|
||||
Arrays.sort(items, Collections.reverseOrder());
|
||||
|
||||
String[] props1 = items[0].split(",");
|
||||
String[] kvp1_1 = props1[0].split("\":");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user