You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/05/23 13:20:02 UTC

svn commit: r1126440 - /incubator/wookie/trunk/src/org/apache/wookie/util/gadgets/GadgetAdapter.java

Author: scottbw
Date: Mon May 23 11:20:02 2011
New Revision: 1126440

URL: http://svn.apache.org/viewvc?rev=1126440&view=rev
Log:
Missed file from last commit

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=1126440&r1=1126439&r2=1126440&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 Mon May 23 11:20:02 2011
@@ -224,6 +224,9 @@ public class GadgetAdapter implements W3
 		return null;
 	}
 	
+	public void setLang(String lang){
+	  
+	}
 	
 
 }