Author: [email protected]
Date: Tue Dec 16 07:45:42 2008
New Revision: 2884

Modified:
   trunk/src/ca/sqlpower/architect/SQLIndex.java

Log:
Changed this variable access to private since there are setters and getters in the class for this variable.

Modified: trunk/src/ca/sqlpower/architect/SQLIndex.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/SQLIndex.java       (original)
+++ trunk/src/ca/sqlpower/architect/SQLIndex.java       Tue Dec 16 07:45:42 2008
@@ -58,7 +58,7 @@
     /**
      * This is the index type
      */
-    public String type;
+    private String type;

     /**
      * This is the name of the column that will be augmented by the custom

Reply via email to