~ubuntu-branches/debian/sid/wagon2/sid

« back to all changes in this revision

Viewing changes to wagon-tcks/wagon-tck-http/src/main/java/org/apache/maven/wagon/tck/http/fixture/LatencyServlet.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2015-09-02 23:46:43 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150902234643-byu832r11djlzjbs
Tags: 2.9-1
* Team upload.
* New upstream release
  - Refreshed the patches
* Removed the build dependency on libmaven-enforcer-plugin-java
* No longer build and install the unused wagon-scm and wagon-ssh modules
  to reduce the dependencies of libwagon2-java.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
import org.apache.log4j.Logger;
33
33
import org.codehaus.plexus.util.IOUtil;
34
34
 
 
35
/**
 
36
 * 
 
37
 */
35
38
public class LatencyServlet
36
39
    extends HttpServlet
37
40
{
63
66
                }
64
67
                catch ( InterruptedException e )
65
68
                {
 
69
                    // ignore
66
70
                }
67
71
            }
68
72