Improve comments
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui.jcr / src / main / java / org / argeo / eclipse / ui / jcr / utils / JcrItemsComparator.java
index 5e6f911e9f458e0ea19c17af1ffd744f4b8cfe6f..cef155f168fc8087a09929a85c2742e6ef3a5827 100644 (file)
@@ -7,6 +7,7 @@ import javax.jcr.RepositoryException;
 
 import org.argeo.ArgeoException;
 
+/** Compares two JCR items (node or properties) based on their names. */
 public class JcrItemsComparator implements Comparator<Item> {
        public int compare(Item o1, Item o2) {
                try {