Skip to content

Commit

Permalink
Some shitty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
delucas committed Jun 28, 2016
1 parent 0d11ec2 commit 7a322be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/edu/tallerweb/conjuntos/Conjunto.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public void agregar(final T elemento) {
throw new RuntimeException("No implementado aún");
}

public void remover(final T elemento) {
throw new RuntimeException("No implementado aún");
public void Remover(final T elemento) {
throw new RuntimeException("No implementado aún");
}

public boolean pertenece(final T elemento) {
Expand Down

0 comments on commit 7a322be

Please sign in to comment.