You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/02/18 07:08:11 UTC

svn commit: r1569207 - /incubator/sirona/trunk/core/src/main/java/org/apache/sirona/tracking/PathTracker.java

Author: olamy
Date: Tue Feb 18 06:08:11 2014
New Revision: 1569207

URL: http://svn.apache.org/r1569207
Log:
remove comment not needed anymore

Modified:
    incubator/sirona/trunk/core/src/main/java/org/apache/sirona/tracking/PathTracker.java

Modified: incubator/sirona/trunk/core/src/main/java/org/apache/sirona/tracking/PathTracker.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/core/src/main/java/org/apache/sirona/tracking/PathTracker.java?rev=1569207&r1=1569206&r2=1569207&view=diff
==============================================================================
--- incubator/sirona/trunk/core/src/main/java/org/apache/sirona/tracking/PathTracker.java (original)
+++ incubator/sirona/trunk/core/src/main/java/org/apache/sirona/tracking/PathTracker.java Tue Feb 18 06:08:11 2014
@@ -136,9 +136,6 @@ public class PathTracker
 
     // An other solution could be using Thread.currentThread().getStackTrace()
 
-    /**
-     * FIXME not sure we really need the uuid but just in case for future usage :-)
-     */
     public static int start( PathTrackingInformation pathTrackingInformation )
     {
         int level = 0;
@@ -171,9 +168,6 @@ public class PathTracker
         return level;
     }
 
-    /**
-     * FIXME not sure we really need the uuid but just in case for future usage :-)
-     */
     public static int stop( PathTrackingInformation pathTrackingInformation )
     {
         int level = 0;