From: Martin W. <mar...@us...> - 2005-09-02 15:59:25
|
Update of /cvsroot/aseclipseplugin/org.asdt.core/src/org/asdt/core/ui/dialog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14673/src/org/asdt/core/ui/dialog Modified Files: TypeSelectionDialog.java Log Message: Cleaned up javadoc comments. Refactor word list classes. Standardised spelling of 'classpathes' to classpath. Index: TypeSelectionDialog.java =================================================================== RCS file: /cvsroot/aseclipseplugin/org.asdt.core/src/org/asdt/core/ui/dialog/TypeSelectionDialog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TypeSelectionDialog.java 20 Jun 2005 20:39:21 -0000 1.1 --- TypeSelectionDialog.java 2 Sep 2005 15:59:13 -0000 1.2 *************** *** 405,409 **** * pattern string will be listed. To further filter the matching resources, * ! * @see #select(IResource). * * @param parentShell --- 405,409 ---- * pattern string will be listed. To further filter the matching resources, * ! * @see #select(IResource) * * @param parentShell |