OSDN Git Service

adding method support.
[jcfa/jcfa.git] / jcfa / src / jp / igapyon / jcfa / util / JcfaEclipseUtil.java
index 3e30e40..510c900 100644 (file)
@@ -21,7 +21,7 @@ public class JcfaEclipseUtil {
         * @return Formatted source.
         */
        public static String formatSource(final String source) {
-               if (false)
+               if (true)
                        System.out.println("TRACE: " + source);
 
                final Map options = DefaultCodeFormatterConstants