Explorar o código

Fix compile on current java

Patrick Brückner %!s(int64=10) %!d(string=hai) anos
pai
achega
4e2e512b5a

+ 2 - 0
.gitignore

@@ -1 +1,3 @@
 target/
+*.iml
+*.idea

+ 1 - 3
src/main/java/br/eti/mertz/wkhtmltopdf/wrapper/builder/PdfService.java

@@ -6,7 +6,5 @@ import br.eti.mertz.wkhtmltopdf.wrapper.Command;
 
 public interface PdfService {
 	
-	File execute(Command command){
-		
-	}
+	File execute(Command command);
 }