mirror of https://github.com/apache/archiva.git
fix wagon 2.2 upgrade
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3be005aa70
commit
99a93d57f0
|
@ -155,6 +155,16 @@ public class MockWagon
|
|||
return 0;
|
||||
}
|
||||
|
||||
public void setReadTimeout( int timeoutValue )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public int getReadTimeout()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void addSessionListener( SessionListener sessionListener )
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue