JETTY-1199 findbugs cleanup

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1401 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2010-03-22 22:39:47 +00:00
parent 9cc74e8451
commit e2ad04d28d
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ public class URIUtil
}
// Do the delete
if (skip<=0 && delStart>=0 && delStart>=0)
if (skip<=0 && delStart>=0 && delEnd>=delStart)
{
buf.delete(delStart,delEnd);
delStart=delEnd=-1;