(tomcat) branch 8.5.x updated: Tab police
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 9c23ec7358 Tab police 9c23ec7358 is described below commit 9c23ec735858cae9dce2dd17847940fc27bc7f5c Author: remm AuthorDate: Thu Nov 9 23:00:13 2023 +0100 Tab police --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 2d1f53149a..3f12a0ba31 100644 --- a/build.xml +++ b/build.xml @@ -3739,10 +3739,10 @@ reproducible-10=${reproducible-10} - + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 8.5.x updated: Tab police
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 59b60b9 Tab police 59b60b9 is described below commit 59b60b9d9bfd2bbd6863a7b707542fe21605f0c5 Author: remm AuthorDate: Wed Apr 22 17:25:35 2020 +0200 Tab police --- java/org/apache/catalina/core/DefaultInstanceManager.java | 3 +-- test/org/apache/tomcat/unittest/TesterContext.java| 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/java/org/apache/catalina/core/DefaultInstanceManager.java b/java/org/apache/catalina/core/DefaultInstanceManager.java index b7417d4..f67179b 100644 --- a/java/org/apache/catalina/core/DefaultInstanceManager.java +++ b/java/org/apache/catalina/core/DefaultInstanceManager.java @@ -444,8 +444,7 @@ public class DefaultInstanceManager implements InstanceManager { // Use common object to save memory annotationsArray = ANNOTATIONS_EMPTY; } else { -annotationsArray = annotations.toArray( - new AnnotationCacheEntry[0]); +annotationsArray = annotations.toArray(new AnnotationCacheEntry[0]); } synchronized (annotationCache) { annotationCache.put(clazz, annotationsArray); diff --git a/test/org/apache/tomcat/unittest/TesterContext.java b/test/org/apache/tomcat/unittest/TesterContext.java index 306af1e..7a24e8e 100644 --- a/test/org/apache/tomcat/unittest/TesterContext.java +++ b/test/org/apache/tomcat/unittest/TesterContext.java @@ -100,8 +100,7 @@ public class TesterContext implements Context { @Override public SecurityConstraint[] findConstraints() { -return securityConstraints.toArray( - new SecurityConstraint[0]); +return securityConstraints.toArray(new SecurityConstraint[0]); } @Override - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 8.5.x updated: Tab police
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 7aaf5a7 Tab police 7aaf5a7 is described below commit 7aaf5a7f5e97063359286b4ffa0fee2745190080 Author: Mark Thomas AuthorDate: Wed Jan 15 22:47:18 2020 + Tab police --- java/org/apache/catalina/ha/session/DeltaManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/ha/session/DeltaManager.java b/java/org/apache/catalina/ha/session/DeltaManager.java index 130b158..51c06f2 100644 --- a/java/org/apache/catalina/ha/session/DeltaManager.java +++ b/java/org/apache/catalina/ha/session/DeltaManager.java @@ -490,7 +490,7 @@ public class DeltaManager extends ClusterManagerBase{ @Override public void changeSessionId(Session session) { - rotateSessionId(session, true); +rotateSessionId(session, true); } @Override - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 8.5.x updated: Tab police
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new c351145 Tab police c351145 is described below commit c35114508a8ae4f2f5b7a8c892b037fb4141244b Author: Mark Thomas AuthorDate: Mon Nov 11 16:15:18 2019 + Tab police --- java/org/apache/catalina/tribes/transport/ReceiverBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/tribes/transport/ReceiverBase.java b/java/org/apache/catalina/tribes/transport/ReceiverBase.java index 185058d..dd769cd 100644 --- a/java/org/apache/catalina/tribes/transport/ReceiverBase.java +++ b/java/org/apache/catalina/tribes/transport/ReceiverBase.java @@ -220,7 +220,7 @@ public abstract class ReceiverBase implements ChannelReceiver, ListenCallback, R /** * Same as bind() except it does it for the UDP port - * @param socket The socket to bind + * @param socketThe socket to bind * @param portstart Starting port for bind attempts * @param retries Number of times to attempt to bind (port incremented * between attempts) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org