Skip to content

Commit

Permalink
Fix javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Nov 7, 2015
1 parent 62d8812 commit ec551b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/greghaskins/spectrum/Spectrum.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static interface Block {
/**
* Execute the code block, raising any {@code Throwable} that may occur.
*
* @throws Throwable
* @throws Throwable if anything goes awry.
*/
void run() throws Throwable;
}
Expand Down

0 comments on commit ec551b8

Please sign in to comment.