You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/10/01 15:14:40 UTC

tomee git commit: This closes pull request #169.

Repository: tomee
Updated Branches:
  refs/heads/tomee-7.1.x 5f5847ec6 -> bacef66d0


This closes pull request #169.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/bacef66d
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/bacef66d
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/bacef66d

Branch: refs/heads/tomee-7.1.x
Commit: bacef66d0b15bc9608154433b74ee323c258034f
Parents: 5f5847e
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Mon Oct 1 16:14:13 2018 +0100
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Mon Oct 1 16:14:13 2018 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/bacef66d/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
----------------------------------------------------------------------
diff --git a/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java b/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
index a11a101..78f059e 100644
--- a/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
+++ b/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
@@ -271,4 +271,3 @@ public class MPJWTFilter implements Filter {
 
     }
 }
-