forked from phoedos/pmd
Deprecate CharStream and impls
This commit is contained in:
@ -8,6 +8,7 @@ import java.io.IOException;
|
||||
import java.io.Reader;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import net.sourceforge.pmd.annotation.InternalApi;
|
||||
import net.sourceforge.pmd.lang.ast.SimpleCharStream;
|
||||
|
||||
/**
|
||||
@ -16,6 +17,8 @@ import net.sourceforge.pmd.lang.ast.SimpleCharStream;
|
||||
*
|
||||
* @author Andreas Dangel
|
||||
*/
|
||||
@Deprecated
|
||||
@InternalApi
|
||||
public class CppCharStream extends SimpleCharStream {
|
||||
|
||||
private static final Pattern CONTINUATION = Pattern.compile("\\\\\\n|\\\\\\r\\n");
|
||||
|
Reference in New Issue
Block a user