Skip to content

Commit

Permalink
removendo codigo desnecessario
Browse files Browse the repository at this point in the history
  • Loading branch information
vigusmao committed Apr 30, 2021
1 parent 6e3c4a6 commit 566c93d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Siguinha/src/Disciplina.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sun.misc.Queue;

public class Disciplina {

private String nome;
Expand Down Expand Up @@ -31,7 +29,6 @@ public void setCreditos(int creditos) {
}

public String getCodigo() {
Queue q = new Queue();
return codigo;
}
}

0 comments on commit 566c93d

Please sign in to comment.