Revision: 3461
Author: mo.jeff
Date: Mon Apr 19 15:21:01 2010
Log: ProjectSettings did not pass the recently-added final
allowedChildTypes test
http://code.google.com/p/power-architect/source/detail?r=3461
Modified:
/trunk/src/main/java/ca/sqlpower/architect/ProjectSettings.java
=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/ProjectSettings.java Mon Mar
22 09:39:58 2010
+++ /trunk/src/main/java/ca/sqlpower/architect/ProjectSettings.java Mon Apr
19 15:21:01 2010
@@ -40,7 +40,7 @@
public class ProjectSettings extends AbstractSPObject {
- public static List<Class<? extends SPObject>> allowedChildTypes =
Collections.emptyList();
+ public static final List<Class<? extends SPObject>> allowedChildTypes
= Collections.emptyList();
private boolean savingEntireSource = false;
--
Subscription settings:
http://groups.google.com/group/architect-commits/subscribe?hl=en