[galaxy-dev] [1519] trunk/core/src/main/java/org/mule/galaxy/impl/jcr/PropertyInfoImpl.java: Fix description loading on performance tweak.

View: New views
1 Messages — Rating Filter:   Alert me  

[galaxy-dev] [1519] trunk/core/src/main/java/org/mule/galaxy/impl/jcr/PropertyInfoImpl.java: Fix description loading on performance tweak.

by dandiep-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
[1519] trunk/core/src/main/java/org/mule/galaxy/impl/jcr/PropertyInfoImpl.java: Fix description loading on performance tweak.
Revision
1519
Author
dandiep
Date
2008-10-08 12:38:54 -0500 (Wed, 08 Oct 2008)

Log Message

Fix description loading on performance tweak.

Modified Paths

Diff

Modified: trunk/core/src/main/java/org/mule/galaxy/impl/jcr/PropertyInfoImpl.java (1518 => 1519)

--- trunk/core/src/main/java/org/mule/galaxy/impl/jcr/PropertyInfoImpl.java	2008-10-08 17:28:09 UTC (rev 1518)
+++ trunk/core/src/main/java/org/mule/galaxy/impl/jcr/PropertyInfoImpl.java	2008-10-08 17:38:54 UTC (rev 1519)
@@ -32,7 +32,10 @@
         this.name= name;
         this.desc = pd;
         this.value = value;
-        loadedDescriptor = pd != null;
+        if (pd != null) {
+            loadedDescriptor = true;
+            description = pd.getDescription();
+        }
     }
     public String getName() {
         return name;


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MuleForge Dev" group.
To post to this group, send email to muleforgedev@...
To unsubscribe from this group, send email to muleforgedev+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/muleforgedev?hl=en
-~----------~----~----~----~------~----~------~--~---
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://admin.muleforge.org/manage_email
LightInTheBox - Buy quality products at wholesale price!