Author: julien(a)jboss.com
Date: 2007-02-19 09:23:24 -0500 (Mon, 19 Feb 2007)
New Revision: 6335
Modified:
trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java
Log:
removed obsolete getDefaultValue() from WSRPPortletInfo
Modified:
trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java
===================================================================
---
trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java 2007-02-19
14:17:19 UTC (rev 6334)
+++
trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java 2007-02-19
14:23:24 UTC (rev 6335)
@@ -532,12 +532,10 @@
public Boolean isReadOnly()
{
- return null; // cannot be determined, so returning null per javadoc
+ // cannot be determined, so returning null per javadoc
+ // note : it will be possible to implement it using WSRP 2.0 which defines this
notion
+ // in the protocol
+ return null;
}
-
- public Value getDefaultValue()
- {
- return null; // cannot be determined, so returning null per javadoc
- }
}
}
Show replies by date