This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new 14d876107 Fixed a javadoc typo
14d876107 is described below
commit 14d876107c60a169f11ec2c3ce3cd9aadcd9b43c
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Feb 28 18:01:53 2024 +0100
Fixed a javadoc typo
---
.../java/org/apache/mina/statemachine/StateMachineProxyBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineProxyBuilder.java
b/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineProxyBuilder.java
index 173821943..f4370aa54 100644
---
a/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineProxyBuilder.java
+++
b/mina-statemachine/src/main/java/org/apache/mina/statemachine/StateMachineProxyBuilder.java
@@ -58,7 +58,7 @@ public class StateMachineProxyBuilder {
private String name = null;
/*
- * The classloader to use. Iif null we will use the current thread's
+ * The classloader to use. If null we will use the current thread's
* context classloader.
*/
private ClassLoader defaultCl = null;