Skip to content

Commit

Permalink
Update TESTE.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel da SIlva Calado authored Aug 20, 2018
1 parent 5c03a4d commit e081ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/TESTE.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ of this software and associated documentation files (the "Software"), to deal
*/
public class TESTE {
public static void main(String[] args) throws Exception {

/*
Endereco end = new Endereco("rua duque de caxias", 34, "são Joao", "planalto");
Cliente cli = new Cliente("cicero", "11472554400", "0000000", end,"[email protected]", "sasa");
Empresa ep = new Empresa("72522856000138", "saosap", "[email protected]", "00000000", "petCao", end);
Expand All @@ -64,7 +64,7 @@ public static void main(String[] args) throws Exception {
nes.salvar(ser3);
nes.salvar(ser4);
ag.salvar(ar);

*/

}
}

0 comments on commit e081ea3

Please sign in to comment.