We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8f978 commit 3d30dd7Copy full SHA for 3d30dd7
ejb/stateful/src/main/java/org/javaee7/ejb/stateful/ReentrantStatefulBean.java
@@ -7,20 +7,20 @@
7
/**
8
*
9
* @author Arjan Tijms
10
- *
+ *
11
*/
12
@Stateful
13
public class ReentrantStatefulBean {
14
15
- @Resource
16
- private SessionContext sessionConext;
17
-
18
- public void initialMethod() {
19
- sessionConext.getBusinessObject(ReentrantStatefulBean.class).reentrantMehthod();
20
- }
21
22
- public void reentrantMehthod() {
23
24
25
+ @Resource
+ private SessionContext sessionConext;
+
+ public void initialMethod() {
+ sessionConext.getBusinessObject(ReentrantStatefulBean.class).reentrantMehthod();
+ }
+ public void reentrantMehthod() {
26
}
0 commit comments