Skip to content

Commit ec9183e

Browse files
committed
Fix for javadoc.
1 parent 63ae435 commit ec9183e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/core-impl/java/com/mysql/cj/conf/AbstractRuntimeProperty.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void setValueInternal(String value, ExceptionInterceptor exceptionInterce
178178
}
179179

180180
/**
181-
* Internal method for setting property value ignoring the RUNTIME_NOT_MODIFIABLE flag.
181+
* Internal method for setting property value; ignoring the RUNTIME_NOT_MODIFIABLE flag.
182182
*
183183
* @param value
184184
* value
@@ -196,7 +196,7 @@ public void setValueInternal(T value, String valueAsString, ExceptionInterceptor
196196
}
197197

198198
/**
199-
* For range-based property checks that value fit into range given by PropertyDefinition.
199+
* For range-based property, checks that value fit into range given by PropertyDefinition.
200200
*
201201
* @param val
202202
* value

0 commit comments

Comments
 (0)