settings class
This commit is contained in:
14
core/src/main/groovy/com/muwire/core/MuWireSettings.groovy
Normal file
14
core/src/main/groovy/com/muwire/core/MuWireSettings.groovy
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.muwire.core
|
||||
|
||||
class MuWireSettings {
|
||||
|
||||
boolean isLeaf() {
|
||||
// TODO: implement
|
||||
false
|
||||
}
|
||||
|
||||
boolean allowUntrusted() {
|
||||
// TODO: implement
|
||||
true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user