Fix typos in comments while preparing the refactoring
authorBruno Sinou <bsinou@argeo.org>
Fri, 16 Sep 2016 10:59:42 +0000 (10:59 +0000)
committerBruno Sinou <bsinou@argeo.org>
Fri, 16 Sep 2016 10:59:42 +0000 (10:59 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@9177 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/dialogs/SingleValue.java
org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/jcr/utils/SingleSessionFileProvider.java

index 05c4eaf104418e39e1841964081cd1efbd081724..d944b66ef4f03f06350038252fdac15165062b20 100644 (file)
@@ -30,7 +30,7 @@ import org.eclipse.swt.widgets.Label;
 import org.eclipse.swt.widgets.Shell;
 import org.eclipse.swt.widgets.Text;
 
-/** Dialog retrieve a single value. */
+/** Dialog to retrieve a single value. */
 public class SingleValue extends TitleAreaDialog {
        private static final long serialVersionUID = 2843538207460082349L;
 
index caa43481e11f8d5b56038e30efa1ae2515a17b8c..05754d024fc8daec2832ef96d2f47bfe7f69ba3f 100644 (file)
@@ -35,9 +35,6 @@ import org.argeo.eclipse.ui.FileProvider;
  * Note that considered id is the JCR path
  * 
  * Relies on common approach for JCR file handling implementation.
- * 
- * @author bsinou
- * 
  */
 @SuppressWarnings("deprecation")
 public class SingleSessionFileProvider implements FileProvider {