Skip to content

Commit a45b148

Browse files
committed
Comment: Remove unnecessary Latin acronym
1 parent b9aa3bb commit a45b148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/commons/beanutils/converters/AbstractConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public <T> T convert(final Class<T> type, Object value) {
180180
* Return the first element from an Array (or Collection)
181181
* or the value unchanged if not an Array (or Collection).
182182
*
183-
* N.B. This needs to be overriden for array/Collection converters.
183+
* This needs to be overriden for array/Collection converters.
184184
*
185185
* @param value The value to convert
186186
* @return The first element in an Array (or Collection)

src/main/java/org/apache/commons/beanutils/converters/ArrayConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
* <li><em>defaultSize &lt; 0</em> - default is <code>null</code></li>
7777
* <li><em>defaultSize = 0</em> - default is an array of length zero</li>
7878
* <li><em>defaultSize &gt; 0</em> - default is an array with a
79-
* length specified by <code>defaultSize</code> (N.B. elements
79+
* length specified by <code>defaultSize</code> (elements
8080
* in the array will be <code>null</code>)</li>
8181
* </ul>
8282
* </li>

0 commit comments

Comments
 (0)