Преглед на файлове

SafeArrayList: add missing word to a comment

Stephen Gold преди 4 години
родител
ревизия
9cf27c4b01
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      jme3-core/src/main/java/com/jme3/util/SafeArrayList.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/util/SafeArrayList.java

@@ -80,7 +80,7 @@ public class SafeArrayList<E> implements List<E>, Cloneable {
     //       make this publicly act like a read-only list.
     //       SafeArrayList-specific methods could then be exposed
     //       for the classes like Node and Spatial to use to manage
-    //       the list.  This was the callers couldn't remove a child
+    //       the list.  This was because the callers couldn't remove a child
     //       without it being detached properly, for example.
 
     final private Class<E> elementType;