diff --git a/src/util/property_mgr.c b/src/util/property_mgr.c
index 1bec8ef..3c63b01 100644
--- a/src/util/property_mgr.c
+++ b/src/util/property_mgr.c
@@ -404,13 +404,13 @@
             AXIS2_FREE(env->allocator, str);
         }
     }
-   /* 
+    
     spec_version = axis2_rm_assertion_get_spec_version(rm_assertion, env);
     if(spec_version)
     {
         sandesha2_property_bean_set_spec_version(property_bean, env, spec_version);        
     }
-	*/
+	
     return property_bean;
 }