Author: scottbw
Date: Fri Jun  8 10:43:01 2012
New Revision: 1348017

URL: http://svn.apache.org/viewvc?rev=1348017&view=rev
Log:
added setDir() stub to GadgetAdapter

Modified:
    incubator/wookie/trunk/src/org/apache/wookie/util/gadgets/GadgetAdapter.java

Modified: 
incubator/wookie/trunk/src/org/apache/wookie/util/gadgets/GadgetAdapter.java
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/util/gadgets/GadgetAdapter.java?rev=1348017&r1=1348016&r2=1348017&view=diff
==============================================================================
--- 
incubator/wookie/trunk/src/org/apache/wookie/util/gadgets/GadgetAdapter.java 
(original)
+++ 
incubator/wookie/trunk/src/org/apache/wookie/util/gadgets/GadgetAdapter.java 
Fri Jun  8 10:43:01 2012
@@ -213,6 +213,13 @@ public class GadgetAdapter implements W3
                // TODO Auto-generated method stub
                return null;
        }
+       
+       /* (non-Javadoc)
+        * @see org.apache.wookie.w3c.ILocalizedEntity#setDir(java.lang.String)
+        */
+       public void setDir(String dir) {
+               // TODO Auto-generated method stub
+       }
 
        public boolean isValid() {
                // TODO Auto-generated method stub


Reply via email to