From 5d68490bffe05d7c7b896b0b7c88bfaf45610af1 Mon Sep 17 00:00:00 2001 From: Paulo Igor Date: Tue, 24 Nov 2015 20:18:22 -0300 Subject: [PATCH] removendo teste do projeto --- src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java | 26 -------------------------- 1 file changed, 0 insertions(+), 26 deletions(-) delete mode 100644 src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java diff --git a/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java b/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java deleted file mode 100644 index aab4072..0000000 --- a/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java +++ /dev/null @@ -1,26 +0,0 @@ -package br.gov.softwarepublico.teste.modelo; - -public class ImovelTestePedro { - - private String matricula; - private String matricula2; - - public String getMatricula() { - return matricula; - } - - public void setMatricula(String matricula) { - this.matricula = matricula; - } - - public String getMatricula2() { - return matricula2; - } - - public void setMatricula2(String matricula2) { - this.matricula2 = matricula2; - } - - - -} -- libgit2 0.21.2