Skip to content
Snippets Groups Projects
Commit e398b0b1 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed checkstyle errors.

parent cc19843c
No related branches found
No related tags found
No related merge requests found
...@@ -1010,8 +1010,7 @@ public class DumpReplayer { ...@@ -1010,8 +1010,7 @@ public class DumpReplayer {
* @param global global parser to store parsed data * @param global global parser to store parsed data
* @exception RuggedException if line cannot be parsed * @exception RuggedException if line cannot be parsed
*/ */
public abstract void parse(final int l, final File file, final String line, final String[] fields, public abstract void parse(int l, File file, String line, String[] fields, DumpReplayer global)
final DumpReplayer global)
throws RuggedException; throws RuggedException;
} }
......
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