This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.0.X by this push:
new 916f198 Removed tabs
916f198 is described below
commit 916f1987c8a67b482ce7edbf7b0f494f6b5c7c59
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Feb 9 07:41:38 2022 +0100
Removed tabs
---
.../org/apache/mina/core/service/IoServiceStatistics.java | 2 +-
.../main/java/org/apache/mina/core/session/AttributeKey.java | 2 +-
.../org/apache/mina/integration/xbean/datagramAcceptor.xml | 4 ++--
.../org/apache/mina/transport/socket/apr/AprIoProcessor.java | 2 +-
mina-transport-serial/LICENSE.rxtx.txt | 12 ++++++------
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git
a/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java
b/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java
index 18f2ec0..0971612 100644
---
a/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java
+++
b/mina-core/src/main/java/org/apache/mina/core/service/IoServiceStatistics.java
@@ -269,7 +269,7 @@ public class IoServiceStatistics {
return 0;
}
- throughputCalculationLock.lock();
+ throughputCalculationLock.lock();
try {
resetThroughput();
diff --git
a/mina-core/src/main/java/org/apache/mina/core/session/AttributeKey.java
b/mina-core/src/main/java/org/apache/mina/core/session/AttributeKey.java
index ade3adf..57d1094 100644
--- a/mina-core/src/main/java/org/apache/mina/core/session/AttributeKey.java
+++ b/mina-core/src/main/java/org/apache/mina/core/session/AttributeKey.java
@@ -28,7 +28,7 @@ import java.io.Serializable;
*
* <pre>
* private static final AttributeKey PROCESSOR = new AttributeKey(
- * SimpleIoProcessorPool.class, "processor");
+ * SimpleIoProcessorPool.class, "processor");
* </pre>
*
* This will create the <b>SimpleIoProcessorPool.processor@7DE45C99</b> key
diff --git
a/mina-integration-xbean/src/test/resources/org/apache/mina/integration/xbean/datagramAcceptor.xml
b/mina-integration-xbean/src/test/resources/org/apache/mina/integration/xbean/datagramAcceptor.xml
index 2ca9317..0c8b2b4 100644
---
a/mina-integration-xbean/src/test/resources/org/apache/mina/integration/xbean/datagramAcceptor.xml
+++
b/mina-integration-xbean/src/test/resources/org/apache/mina/integration/xbean/datagramAcceptor.xml
@@ -20,8 +20,8 @@
-->
<spring:beans xmlns:spring="http://xbean.apache.org/schemas/spring/1.0"
- xmlns:s="http://www.springframework.org/schema/beans"
- xmlns="http://mina.apache.org/config/1.0">
+ xmlns:s="http://www.springframework.org/schema/beans"
+ xmlns="http://mina.apache.org/config/1.0">
<nioDatagramAcceptor id="datagramAcceptor0" />
diff --git
a/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprIoProcessor.java
b/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprIoProcessor.java
index 666496b..3d0e4ab 100644
---
a/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprIoProcessor.java
+++
b/mina-transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprIoProcessor.java
@@ -236,7 +236,7 @@ public final class AprIoProcessor extends
AbstractPollingIoProcessor<AprSession>
*/
@Override
protected int allSessionsCount() {
- return allSessions.size();
+ return allSessions.size();
}
/**
diff --git a/mina-transport-serial/LICENSE.rxtx.txt
b/mina-transport-serial/LICENSE.rxtx.txt
index 9f28708..0378bd9 100644
--- a/mina-transport-serial/LICENSE.rxtx.txt
+++ b/mina-transport-serial/LICENSE.rxtx.txt
@@ -59,8 +59,8 @@
The original GNU Lesser General Public License Follows.
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1, February 1999
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
@@ -71,7 +71,7 @@ The original GNU Lesser General Public License Follows.
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
- Preamble
+ Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
@@ -173,7 +173,7 @@ modification follow. Pay close attention to the difference
between a
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
- GNU LESSER GENERAL PUBLIC LICENSE
+ GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
@@ -493,7 +493,7 @@ decision will be guided by the two goals of preserving the
free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
- NO WARRANTY
+ NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
@@ -516,5 +516,5 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE),
EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
- END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS