Refactored buildouts to support loading events

This commit is contained in:
Obique PSWG
2015-10-10 13:14:04 -05:00
parent 31a438f37c
commit 1f6a0702ec
12 changed files with 113309 additions and 81177 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public class StaticService extends Service {
}
}
public void createSupportingObjects(SWGObject object) {
private void createSupportingObjects(SWGObject object) {
synchronized (databaseMutex) {
try {
getSupportingStatement.setString(1, object.getTemplate());