Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-27208] Removed an unnecessary method
  • Loading branch information
recena committed Oct 5, 2015
1 parent ebeb53e commit b1a2956
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/hudson/plugins/logparser/LogParserParser.java
Expand Up @@ -297,13 +297,6 @@ private String addMarkerAndLink(final String line,
return markedLine.toString();
}

@Deprecated
private void parseLogBody(final AbstractBuild build, final BufferedWriter writer, final FilePath filePath, final
String logFileLocation, final int linesInLog, final Logger logger) throws IOException, InterruptedException {

this.parseLogBody((Run<?, ?>) build, writer, filePath, logFileLocation, linesInLog, logger);
}

private void parseLogBody(final Run<?, ?> build, final BufferedWriter writer, final FilePath filePath, final
String logFileLocation, final int linesInLog, final Logger logger) throws IOException, InterruptedException {

Expand Down

0 comments on commit b1a2956

Please sign in to comment.