bigbluebutton-Github/bigbluebutton-web/grails-app/conf/BootStrap.groovy
2014-02-25 15:46:06 +00:00

8 lines
88 B
Groovy
Executable File

class BootStrap {
def init = { servletContext ->
}
def destroy = {
}
}