Skip to content

Commit

Permalink
Remove equals() for a private utility class with no fields
Browse files Browse the repository at this point in the history
  • Loading branch information
osmandin authored and Andrew Woods committed Mar 17, 2015
1 parent 7c3deba commit a78707c
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -45,7 +45,7 @@


/**
* An {@link NodeRdfContext} that supplies {@link Triple}s concerning
* {@link RdfStream} that supplies {@link Triple}s concerning
* the versions of a selected {@link Node}.
*
* @author ajs6f
Expand Down Expand Up @@ -121,11 +121,6 @@ public Iterator<Triple> apply(final Version version) {
throw propagate(e);
}
}

@Override
public boolean equals(final Object object) {
throw new UnsupportedOperationException();
}
}


Expand Down

0 comments on commit a78707c

Please sign in to comment.