Set<String> attributeValues = item.getAttributes().get(attributeName); | |
String singleValue = attributeValues.iterator().next(); | |
// String singleValue = item.getAttributes().get(attributeName).iterator().next(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment