]> WPIA git - gigi.git/blobdiff - lib/jetty/org/eclipse/jetty/security/authentication/DeferredAuthentication.java
updating jetty to jetty-9.2.16.v2016040
[gigi.git] / lib / jetty / org / eclipse / jetty / security / authentication / DeferredAuthentication.java
index df0f7d92f3afa6a35e663a138e598c0e68520123..32f04610a9dc454d0558a95eff7527ec8e86be32 100644 (file)
@@ -1,6 +1,6 @@
 //
 //  ========================================================================
-//  Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd.
+//  Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
@@ -331,28 +331,28 @@ public class DeferredAuthentication implements Authentication.Deferred
         }
 
         @Override
-       public Collection<String> getHeaderNames()
-       {
-           return Collections.emptyList();
-       }
+        public Collection<String> getHeaderNames()
+        {
+            return Collections.emptyList();
+        }
 
-       @Override
-       public String getHeader(String arg0)
-       {
-           return null;
-       }
+        @Override
+        public String getHeader(String arg0)
+        {
+            return null;
+        }
 
-       @Override
-       public Collection<String> getHeaders(String arg0)
-       {
+        @Override
+        public Collection<String> getHeaders(String arg0)
+        {
             return Collections.emptyList();
-       }
+        }
 
-       @Override
-       public int getStatus()
-       {
-           return 0;
-       }
+        @Override
+        public int getStatus()
+        {
+            return 0;
+        }
 
 
     };