svn commit: r14501 - trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2008-04-28 14:43:05-0700
New Revision: 14501

Modified:
   trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java

Log:
Style change only

Modified: trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java?view=diff&rev=14501&p1=trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java&p2=trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java&r1=14500&r2=14501
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/ui/ProjectBrowser.java	2008-04-28 14:43:05-0700
@@ -356,14 +356,11 @@
         // call to this.setIconImages().
         // TODO: We can remove all of this reflection code when we go to 
         // Java 1.6 as a minimum JRE version, see issue 4989.
-        if (JavaRuntimeUtility.isJre5())
-        {
+        if (JavaRuntimeUtility.isJre5()) {
             // With JRE < 1.6.0, do it the old way using 
             // javax.swing.JFrame.setIconImage, and accept the blurry icon 
             setIconImage(argoImage16x16.getImage());
-        }
-        else
-        {
+        } else {
             Method m;
             try {
                 // java.awt.Window.setIconImages is new in Java 6.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.