Author: ruschein
Date: 2010-11-18 08:38:13 -0800 (Thu, 18 Nov 2010)
New Revision: 22899

Modified:
   
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/actions/BookmarkAction.java
   
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/dialogs/BookmarkDialogFactoryImpl.java
Log:
Fixed a typo.

Modified: 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/actions/BookmarkAction.java
===================================================================
--- 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/actions/BookmarkAction.java
 2010-11-18 02:23:18 UTC (rev 22898)
+++ 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/actions/BookmarkAction.java
 2010-11-18 16:38:13 UTC (rev 22899)
@@ -1,15 +1,8 @@
 /*
  File: PreferenceAction.java
 
- Copyright (c) 2006, The Cytoscape Consortium (www.cytoscape.org)
+ Copyright (c) 2006, 2010, The Cytoscape Consortium (www.cytoscape.org)
 
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
  This library is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published
  by the Free Software Foundation; either version 2.1 of the License, or
@@ -33,15 +26,10 @@
  You should have received a copy of the GNU Lesser General Public License
  along with this library; if not, write to the Free Software Foundation,
  Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- */
-
-//-------------------------------------------------------------------------
-// $Revision: 7760 $
-// $Date: 2006-06-26 09:28:49 -0700 (Mon, 26 Jun 2006) $
-// $Author: mes $
-//-------------------------------------------------------------------------
+*/
 package org.cytoscape.internal.actions;
 
+
 import java.awt.event.ActionEvent;
 
 import org.cytoscape.session.CyApplicationManager;
@@ -50,9 +38,7 @@
 import org.cytoscape.internal.dialogs.BookmarkDialogImpl;
 import org.cytoscape.internal.dialogs.BookmarkDialogFactoryImpl;
 
-/**
- *
- */
+
 public class BookmarkAction extends AbstractCyAction {
        private final static long serialVersionUID = 120233986993206L;
        private CySwingApplication desktop;
@@ -76,7 +62,7 @@
         *            DOCUMENT ME!
         */
        public void actionPerformed(ActionEvent e) {
-               final BookmarkDialogImpl bookmarkDialog = 
bookmarkDialogFactory.getBookamrkDialog(desktop.getJFrame());
+               final BookmarkDialogImpl bookmarkDialog = 
bookmarkDialogFactory.getBookmarkDialog(desktop.getJFrame());
                bookmarkDialog.showDialog();
        }
 }

Modified: 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/dialogs/BookmarkDialogFactoryImpl.java
===================================================================
--- 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/dialogs/BookmarkDialogFactoryImpl.java
      2010-11-18 02:23:18 UTC (rev 22898)
+++ 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/dialogs/BookmarkDialogFactoryImpl.java
      2010-11-18 16:38:13 UTC (rev 22899)
@@ -17,7 +17,7 @@
                this.bkUtil = bkUtil;
        }
 
-       public BookmarkDialogImpl getBookamrkDialog(Frame parent) {
+       public BookmarkDialogImpl getBookmarkDialog(Frame parent) {
                return new BookmarkDialogImpl(parent, 
bookmarksProp.getProperties(),
                                bkUtil);
        }

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to