Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Şutac committed Jun 12, 2024
1 parent 4a8e7c8 commit 3352ba8
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ public String getName() {
public List<RosettaInterpreterTypedFeatureValue> getAttributes() {
return attributes;
}

public List<String> getAttributesNames() {
List<String> names = new ArrayList<>();

for (RosettaInterpreterTypedFeatureValue att : attributes) {
names.add(att.getName());
}

return names;
}

@Override
public Stream<Object> toElementStream() {
Expand Down

0 comments on commit 3352ba8

Please sign in to comment.