svn commit: r12895 - branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: maurelio1234
Date: 2007-06-22 14:58:02-0700
New Revision: 12895
Modified:
branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewBigIcon.java
branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewSmallIcon.java
branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewTextual.java
Log:
Removing System.outs
Modified: branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewBigIcon.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewBigIcon.java?view=diff&rev=12895&p1=branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewBigIcon.java&p2=branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewBigIcon.java&r1=12894&r2=12895
==============================================================================
--- branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewBigIcon.java (original)
+++ branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewBigIcon.java 2007-06-22 14:58:02-0700
@@ -35,7 +35,6 @@
updateSelection();
}
private void updateSelection() {
- System.out.println("NODE SSVW: " + node.getStereotypeView());
putValue("SELECTED",
Boolean.valueOf(
node.getStereotypeView() ==
Modified: branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewSmallIcon.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewSmallIcon.java?view=diff&rev=12895&p1=branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewSmallIcon.java&p2=branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewSmallIcon.java&r1=12894&r2=12895
==============================================================================
--- branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewSmallIcon.java (original)
+++ branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewSmallIcon.java 2007-06-22 14:58:02-0700
@@ -37,7 +37,6 @@
}
private void updateSelection() {
- System.out.println("NODE SSVW: " + node.getStereotypeView());
putValue("SELECTED",
Boolean.valueOf(
node.getStereotypeView() ==
Modified: branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewTextual.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewTextual.java?view=diff&rev=12895&p1=branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewTextual.java&p2=branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewTextual.java&r1=12894&r2=12895
==============================================================================
--- branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewTextual.java (original)
+++ branches/gsoc2007/maurelio1234/argouml/org/argouml/uml/diagram/ui/ActionStereotypeViewTextual.java 2007-06-22 14:58:02-0700
@@ -36,7 +36,6 @@
}
private void updateSelection() {
- System.out.println("NODE SSVW: " + node.getStereotypeView());
putValue("SELECTED",
Boolean.valueOf(
node.getStereotypeView() ==