GitList
About
Refresh
Report bug
Help
Files
Commits
Stats
Network
Graph
playground.git
/
Commit e999a74ccd86403f5220c4cb1b314a57f3d22e12
Browse code
Change
Hafid Haddouti
authored on 25/04/2014 23:54:34
Showing 1 changed files
testapp-jee6/src/main/java/com/haddouti/pg/jee6/OneService.java
index 2455961..7172c4f 100644
testapp-jee6/src/main/java/com/haddouti/pg/jee6/OneService.java
History
View file @ e999a74
...
...
@@ -11,7 +11,7 @@ public class OneService {
11
11
12
12
@PostConstruct
13
13
public void init() {
14
-
14
+ // ToDo
15
15
}
16
16
17
17
}