Author: keith
Date: Mon Apr 28 08:34:04 2008
New Revision: 16281
Log:
Deleting unused method
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
==============================================================================
---
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
(original)
+++
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
Mon Apr 28 08:34:04 2008
@@ -322,14 +322,6 @@
return fullName;
}
- public static String customize(String s, String username, String
currentUser) {
- s.replaceAll("{user}", username);
- s.replaceAll("{user's}", username.equals(currentUser) ? "my" :
username);
- s.replaceAll("{User's}", username.equals(currentUser) ? "My" :
username);
- return s;
- }
-
-
public static User getUserProfile(String userID, Registry registry) throws
RegistryException {
UserRegistry userRegistry = (UserRegistry) registry;
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev