Skip to content

Commit 3d30dd7

Browse files
committed
Fixed formatting
1 parent cd8f978 commit 3d30dd7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ejb/stateful/src/main/java/org/javaee7/ejb/stateful/ReentrantStatefulBean.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
/**
88
*
99
* @author Arjan Tijms
10-
*
10+
*
1111
*/
1212
@Stateful
1313
public class ReentrantStatefulBean {
1414

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-
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+
2626
}

0 commit comments

Comments
 (0)