Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
removed unnecessary code from example
  • Loading branch information
mokies authored May 20, 2017
1 parent f37f49e commit ba2c884
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ratelimitj-dropwizard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ public class RateLimitApplication extends Application<Configuration> {

bootstrap.addBundle(new RateLimitBundle(factory));
}

@Override
public void run(Configuration configuration, Environment environment) throws Exception {

environment.jersey().register(new LoginResource());
}
}
```

Expand Down

0 comments on commit ba2c884

Please sign in to comment.