1 /** 2 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html 3 */ 4 package net.sourceforge.pmd.lang.java.rule.comments; 5 6 /** 7 * 8 * @author Brian Remedios 9 */ 10 public class CodeInCommentsRule extends AbstractCommentRule { 11 12 // private static final char[] SingleCharsAsCode = new char[] {'{', '}'}; 13 // private static final char[] LastCharTerminatorAsCode = new char[] { '{', 14 // '}', ';' }; 15 }