bigbluebutton-Github/record-and-playback/playback-web/grails-app/conf/BootStrap.groovy
2010-07-19 12:16:11 -04:00

7 lines
92 B
Groovy

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