Skip to content

Commit

Permalink
Refactored Usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmm committed May 3, 2015
1 parent 58cfb33 commit 1f3f77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HackVG/domain/src/main/java/com/hackvg/domain/Usecase.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
*/
public interface Usecase {

public void execute ();
void execute ();
}

0 comments on commit 1f3f77c

Please sign in to comment.