Revision: 1583
          http://svn.sourceforge.net/spring-rich-c/?rev=1583&view=rev
Author:   kdonald
Date:     2006-11-22 12:33:11 -0800 (Wed, 22 Nov 2006)

Log Message:
-----------
javadoc mistake

Modified Paths:
--------------
    
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java

Modified: 
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java
===================================================================
--- 
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java
      2006-11-22 07:16:09 UTC (rev 1582)
+++ 
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java
      2006-11-22 20:33:11 UTC (rev 1583)
@@ -196,8 +196,6 @@
         */
        private class NewContactExecutor implements ActionCommandExecutor {
                public void execute() {
-                       // We know exactly one contact will be selected at this 
time because
-                       // of the guards put in place in prepareTable.
                        new 
ContactPropertiesDialog(getContactDataStore()).showDialog();
                }
        }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to