Skip to content

Commit

Permalink
Remove @ExposedApplication name in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Jan 26, 2015
1 parent d4197ae commit 8f5263e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,7 @@ import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;

@ApplicationPath("api")
@ExposedApplication(name = "com.acme.Configuration")
/*
* name refers to the current class (if @ApplicationPath-annotated)
* or the mapped servlet name
*/
@ExposedApplication
public class Configuration extends Application {
}
```
Expand Down

0 comments on commit 8f5263e

Please sign in to comment.