Skip to content

Commit

Permalink
Merge pull request #5 from apache/2.6.x
Browse files Browse the repository at this point in the history
Remove extra modifiers (apache#2876)
  • Loading branch information
CrazyHZM authored Dec 6, 2018
2 parents 44cd572 + ac49a7d commit 7a68856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

public interface Decodeable {

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

}

0 comments on commit 7a68856

Please sign in to comment.