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

Fixed checkstyle problem.

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