-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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); | ||
|
@@ -64,7 +64,7 @@ public static void main(String[] args) throws Exception { | |
nes.salvar(ser3); | ||
nes.salvar(ser4); | ||
ag.salvar(ar); | ||
|
||
*/ | ||
|
||
} | ||
} |