Skip to content
Snippets Groups Projects
Commit 6f53c5f2 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

mc

parent 3acfe6fc
No related branches found
No related tags found
No related merge requests found
...@@ -200,8 +200,11 @@ public class SetDeliverer { ...@@ -200,8 +200,11 @@ public class SetDeliverer {
for (Entry<String, Aggregation> entry : getRecordListItems.getAggregations().asMap() for (Entry<String, Aggregation> entry : getRecordListItems.getAggregations().asMap()
.entrySet()) { .entrySet()) {
System.out.println( System.out.println(" ## SetDeliverer() ## entry: " + entry.getKey());
" ## SetDeliverer() ## entry: " + entry.getKey() + "<-->" + entry.getValue()); System.out.println(" ## " + entry.getValue().getName());
System.out.println(" ## " + entry.getValue().getType());
System.out
.println(" ## " + entry.getValue().getMetaData().keySet());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment