Skip to content

Commit e986581

Browse files
author
graeme
committed
fix for GRAILS-312
git-svn-id: https://svn.codehaus.org/grails/trunk@1697 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent e7b43eb commit e986581

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class ApplicationBootStrap {
2+
3+
def init = { servletContext ->
4+
}
5+
def destroy = {
6+
}
7+
}

0 commit comments

Comments
 (0)