You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by mg...@apache.org on 2017/01/05 22:09:50 UTC

[42/50] cayenne-modeler git commit: Formatting changes.

Formatting changes.


Project: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/commit/5b78560b
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/tree/5b78560b
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-modeler/diff/5b78560b

Branch: refs/heads/master
Commit: 5b78560bc97a120a30989a48c371cdcaa5887c0f
Parents: de0e60e
Author: mrg <bl...@gmail.com>
Authored: Sat Oct 15 12:17:47 2016 -0400
Committer: mrg <bl...@gmail.com>
Committed: Sat Oct 15 12:17:47 2016 -0400

----------------------------------------------------------------------
 .../layout/DataNodeConfigurationTabLayout.java  | 22 ++++++++++----------
 1 file changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-modeler/blob/5b78560b/src/main/java/org/apache/cayenne/modeler/layout/DataNodeConfigurationTabLayout.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/cayenne/modeler/layout/DataNodeConfigurationTabLayout.java b/src/main/java/org/apache/cayenne/modeler/layout/DataNodeConfigurationTabLayout.java
index d05f7d9..cb4c3be 100644
--- a/src/main/java/org/apache/cayenne/modeler/layout/DataNodeConfigurationTabLayout.java
+++ b/src/main/java/org/apache/cayenne/modeler/layout/DataNodeConfigurationTabLayout.java
@@ -87,21 +87,21 @@ public class DataNodeConfigurationTabLayout
 //    private final DataNodeLayout parent;
 
     private static final String[] standardSchemaUpdateStrategies =
-                    {
-                        SkipSchemaUpdateStrategy.class.getName(),
-                        CreateIfNoSchemaStrategy.class.getName(),
-                        ThrowOnPartialSchemaStrategy.class.getName(),
-                        ThrowOnPartialOrCreateSchemaStrategy.class.getName()
-                    };
+        {
+            SkipSchemaUpdateStrategy.class.getName(),
+            CreateIfNoSchemaStrategy.class.getName(),
+            ThrowOnPartialSchemaStrategy.class.getName(),
+            ThrowOnPartialOrCreateSchemaStrategy.class.getName()
+        };
 
     private static final String DBCP_DATA_SOURCE_FACTORY = "org.apache.cayenne.configuration.server.DBCPDataSourceFactory";
 
     private static final String[] standardDataSourceFactories =
-                    {
-                        XMLPoolingDataSourceFactory.class.getName(),
-                        JNDIDataSourceFactory.class.getName(),
-                        DBCP_DATA_SOURCE_FACTORY
-                    };
+        {
+            XMLPoolingDataSourceFactory.class.getName(),
+            JNDIDataSourceFactory.class.getName(),
+            DBCP_DATA_SOURCE_FACTORY
+        };
 
     public DataNodeConfigurationTabLayout(final DataNodeLayout parentComponent) throws IOException
     {