From 73e901b616bfdc8943426e6c0440e167e38287df Mon Sep 17 00:00:00 2001 From: Sebastian Krings <sebastian@krin.gs> Date: Wed, 27 Aug 2014 11:52:21 +0200 Subject: [PATCH] javadoc fixes for java 8 lint --- src/main/resources/patchfiles/SourcePositions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/patchfiles/SourcePositions.txt b/src/main/resources/patchfiles/SourcePositions.txt index eabac62..2859347 100644 --- a/src/main/resources/patchfiles/SourcePositions.txt +++ b/src/main/resources/patchfiles/SourcePositions.txt @@ -300,8 +300,8 @@ public class SourcePositions { * </p> * <p> * If no token list is available <code>-1</code> is returned. For - * <code>line < 0</code> the index <code>0</code> is returned. If - * <code>line >= 1 && column < 0</code> the line number is returned. + * <code>line < 0</code> the index <code>0</code> is returned. If + * <code>line >= 1 && column < 0</code> the line number is returned. * </p> * <p> * If the line matches but the requested column is beyond the max. length of -- GitLab