10 lines
119 B
Groovy
Executable File
10 lines
119 B
Groovy
Executable File
package org.bigbluebutton.web
|
|
|
|
class BootStrap {
|
|
|
|
def init = { servletContext ->
|
|
}
|
|
def destroy = {
|
|
}
|
|
}
|