fix compilation

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-06-09 07:31:05 +10:00
parent 7c910b2f16
commit 448470b3df
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 0 additions and 16 deletions

View File

@ -47,7 +47,6 @@ import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import javax.servlet.http.HttpUpgradeHandler;
import javax.servlet.http.Part;
import java.io.BufferedReader;
import java.io.IOException;
@ -113,21 +112,6 @@ public class ArchivaDavSessionProviderTest
throw new UnsupportedOperationException( "Not supported yet." );
}
@Override
public String changeSessionId() {
return null;
}
@Override
public <T extends HttpUpgradeHandler> T upgrade(Class<T> handlerClass) throws IOException, ServletException {
return null;
}
@Override
public long getContentLengthLong() {
return 0;
}
@Override
public void login( String s, String s1 )
throws ServletException