Skip to content
Snippets Groups Projects
Commit 2a122e5e authored by Adam Welc's avatar Adam Welc
Browse files

Fixed checkstyle problem.

parent 4f82fb76
Branches
No related tags found
No related merge requests found
...@@ -565,7 +565,7 @@ public class GrepFunctions { ...@@ -565,7 +565,7 @@ public class GrepFunctions {
@RBuiltin(name = "regexpr", kind = INTERNAL, parameterNames = {"pattern", "text", "ignore.case", "perl", "fixed", "useBytes"}, behavior = PURE) @RBuiltin(name = "regexpr", kind = INTERNAL, parameterNames = {"pattern", "text", "ignore.case", "perl", "fixed", "useBytes"}, behavior = PURE)
public abstract static class Regexp extends CommonCodeAdapter { public abstract static class Regexp extends CommonCodeAdapter {
protected final static class IndexAndSize { protected static final class IndexAndSize {
protected int index; protected int index;
protected int size; protected int size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment