Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 4dd9a31

Browse files
author
Michal Gajdos
committed
JERSEY-2514: Typo in documentation
- fix Change-Id: I18710dd33e3e93ef1bb613dfffab7fff81f550c5 Signed-off-by: Michal Gajdos <[email protected]>
1 parent ac38236 commit 4dd9a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/docbook/migration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ resourceConfig.getSingletons().add(
702702
@Override
703703
protected void configure() {
704704
// request scope binding
705-
bind(MyInjectablePerRequest.class).to(MyInjectablePerRequest.class).in(RequestScope.class);
705+
bind(MyInjectablePerRequest.class).to(MyInjectablePerRequest.class).in(RequestScoped.class);
706706
// singleton binding
707707
bind(MyInjectableSingleton.class).in(Singleton.class);
708708
// singleton instance binding

0 commit comments

Comments
 (0)