Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed typo in class name and changed double comparison
  • Loading branch information
Jeff Gardner committed Jan 4, 2016
commit e6f3b8c1ebc68099d2148fe5fa4db023c2b77a2d
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
public class TunablyAggressiveChaosMonkey extends BasicChaosMonkey {

public TunablyAggresiveChaosMonkey(Context ctx) {
public TunablyAggressiveChaosMonkey(Context ctx) {
super(ctx);
}

Expand Down