You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2019/07/18 08:12:46 UTC

[tomcat] branch master updated: Remove extra FileInfo

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 04fb212  Remove extra FileInfo
04fb212 is described below

commit 04fb212a2b34c5d5dbcc997781ead461c5228730
Author: remm <re...@apache.org>
AuthorDate: Thu Jul 18 10:12:34 2019 +0200

    Remove extra FileInfo
---
 res/tomcat-maven/tomcat-jni.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/res/tomcat-maven/tomcat-jni.json b/res/tomcat-maven/tomcat-jni.json
index 1ca1093..a72c482 100644
--- a/res/tomcat-maven/tomcat-jni.json
+++ b/res/tomcat-maven/tomcat-jni.json
@@ -1,8 +1,7 @@
 [
+{ "name":"org.apache.tomcat.jni.Error" },
 { "name":"org.apache.tomcat.jni.FileInfo" },
 { "name":"org.apache.tomcat.jni.Sockaddr" },
-{ "name":"org.apache.tomcat.jni.FileInfo" },
-{ "name":"org.apache.tomcat.jni.Error" },
 { "name":"org.apache.tomcat.jni.SSL", "methods":[{"name":"newSSL","parameterTypes":["long","boolean"]}] },
 { "name":"java.lang.String", "methods":[{"name":"<init>","parameterTypes":["byte[]"]},{"name":"getBytes","parameterTypes":[]}] }
 ]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org