From 142c542adf596514f306af06ae1de52e67850a20 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Wed, 27 Feb 2013 14:39:06 +0000
Subject: [PATCH] Remove wrong method comment.

SVN: 28480
---
 .../graph/TabularDataGraphCollectionConfiguration.java       | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/graph/TabularDataGraphCollectionConfiguration.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/graph/TabularDataGraphCollectionConfiguration.java
index 28acaea40dd..c9ce1dbdb8e 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/graph/TabularDataGraphCollectionConfiguration.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/graph/TabularDataGraphCollectionConfiguration.java
@@ -217,11 +217,6 @@ public class TabularDataGraphCollectionConfiguration implements ICsvFileReaderCo
         return new TabularDataGraphCollectionConfiguration(configurationProps);
     }
 
-    /**
-     * Create a configuration from the properties file located at path.
-     * 
-     * @param path Path to the properties file.
-     */
     public static TabularDataGraphCollectionConfiguration getConfiguration(
             DynamicTabularDataGraphCollectionConfiguration config)
             throws EnvironmentFailureException
-- 
GitLab