Skip to content

Commit

Permalink
Remove extra modifiers (#2876)
Browse files Browse the repository at this point in the history
Remove extra modifiers
  • Loading branch information
CrazyHZM authored and carryxyh committed Dec 4, 2018
1 parent 483cd7c commit ac49a7d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,6 +19,6 @@

public interface Decodeable {

public void decode() throws Exception;
void decode() throws Exception;

}

0 comments on commit ac49a7d

Please sign in to comment.