Skip to content

Commit dea8413

Browse files
committedMar 4, 2016
Fix javadoc errors
1 parent 7b085fc commit dea8413

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎src/main/java/com/netflix/simianarmy/chaos/BurnCpuChaosType.java

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public class BurnCpuChaosType extends ScriptChaosType {
3030
*
3131
* @param config
3232
* Configuration to use
33-
* @throws IOException
3433
*/
3534
public BurnCpuChaosType(MonkeyConfiguration config) {
3635
super(config, "BurnCpu");

‎src/main/java/com/netflix/simianarmy/chaos/BurnIoChaosType.java

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public class BurnIoChaosType extends ScriptChaosType {
5959
*
6060
* @param config
6161
* Configuration to use
62-
* @throws IOException
6362
*/
6463
public BurnIoChaosType(MonkeyConfiguration config) {
6564
super(config, "BurnIO");

0 commit comments

Comments
 (0)
Please sign in to comment.