]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/internal/config/InternalClientConfig.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / internal / config / InternalClientConfig.java
index 1b5a52cdf5ece53e9fcabef386a46df69baf1eff..fd9b917b6cafc98e02b444b3e86088314ae272bf 100644 (file)
@@ -1,45 +1,45 @@
-package org.simantics.db.common.internal.config;\r
-\r
-import java.io.File;\r
-\r
-import org.simantics.db.common.internal.Activator;\r
-import org.simantics.db.common.utils.Logger;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- * @see Logger\r
- */\r
-public class InternalClientConfig {\r
-\r
-       /**\r
-        * Name of the DB client temporary data directory. \r
-        */\r
-       public final static String DB_CLIENT_TEMP_DIR_NAME = "temp";\r
-\r
-       /**\r
-        * Name of the DB client log file. \r
-        */\r
-       public final static String DB_CLIENT_LOG_FILE_NAME = "db-client.log";\r
-\r
-       /**\r
-        * The directory used for temporary data by the database client. If the\r
-        * program if being ran in an OSGi container, {@link Activator} will attempt\r
-        * to configure this path based on the current OSGi instance area location.\r
-        * \r
-        * @see Activator\r
-        */\r
-       public static File DB_CLIENT_TEMP_DIR = new File(DB_CLIENT_TEMP_DIR_NAME);\r
-\r
-       /**\r
-        * A relative or full absolute path to the log file created by\r
-        * {@link Logger}. Used statically for initialization in {@link Logger} and\r
-        * therefore must be configured prior to referencing {@link Logger}. If the\r
-        * program if being ran in an OSGi container, {@link Activator} will attempt\r
-        * to configure this path based on the current OSGi instance area location.\r
-        * \r
-        * @see Activator\r
-        * @see Logger\r
-        */\r
-       public static String DB_CLIENT_LOG_FILE = DB_CLIENT_LOG_FILE_NAME;\r
-\r
-}\r
+package org.simantics.db.common.internal.config;
+
+import java.io.File;
+
+import org.simantics.db.common.internal.Activator;
+import org.simantics.db.common.utils.Logger;
+
+/**
+ * @author Tuukka Lehtonen
+ * @see Logger
+ */
+public class InternalClientConfig {
+
+       /**
+        * Name of the DB client temporary data directory. 
+        */
+       public final static String DB_CLIENT_TEMP_DIR_NAME = "temp";
+
+       /**
+        * Name of the DB client log file. 
+        */
+       public final static String DB_CLIENT_LOG_FILE_NAME = "db-client.log";
+
+       /**
+        * The directory used for temporary data by the database client. If the
+        * program if being ran in an OSGi container, {@link Activator} will attempt
+        * to configure this path based on the current OSGi instance area location.
+        * 
+        * @see Activator
+        */
+       public static File DB_CLIENT_TEMP_DIR = new File(DB_CLIENT_TEMP_DIR_NAME);
+
+       /**
+        * A relative or full absolute path to the log file created by
+        * {@link Logger}. Used statically for initialization in {@link Logger} and
+        * therefore must be configured prior to referencing {@link Logger}. If the
+        * program if being ran in an OSGi container, {@link Activator} will attempt
+        * to configure this path based on the current OSGi instance area location.
+        * 
+        * @see Activator
+        * @see Logger
+        */
+       public static String DB_CLIENT_LOG_FILE = DB_CLIENT_LOG_FILE_NAME;
+
+}