[jboss-svn-commits] JBL Code SVN: r36188 - labs/jbossrules/trunk/src/script.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 3 05:12:12 EST 2010


Author: ge0ffrey
Date: 2010-12-03 05:12:12 -0500 (Fri, 03 Dec 2010)
New Revision: 36188

Modified:
   labs/jbossrules/trunk/src/script/detectSplitPackagesOverModules.sh
Log:
use TODO instead of FIXME

Modified: labs/jbossrules/trunk/src/script/detectSplitPackagesOverModules.sh
===================================================================
--- labs/jbossrules/trunk/src/script/detectSplitPackagesOverModules.sh	2010-12-03 10:11:32 UTC (rev 36187)
+++ labs/jbossrules/trunk/src/script/detectSplitPackagesOverModules.sh	2010-12-03 10:12:12 UTC (rev 36188)
@@ -2,7 +2,7 @@
 
 # Using the same package in multiple modules (jars/wars) is bad for OSGi and Jigsaw.
 # This script detects such split packages.
-# FIXME it outputs false positives (but no false negatives, so it's reliable):
+# TODO it outputs false positives (but no false negatives, so it's reliable):
 # grouping packages that have no direct classes, such as org and org.drools and org.drools.planner
 # @author Geoffrey De Smet
 



More information about the jboss-svn-commits mailing list