You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/02/05 23:13:06 UTC

svn commit: r503897 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/IntegerConverter.java

Author: cagatay
Date: Mon Feb  5 14:13:06 2007
New Revision: 503897

URL: http://svn.apache.org/viewvc?view=rev&rev=503897
Log:
Overriden getScriptResource

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/IntegerConverter.java

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/IntegerConverter.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/IntegerConverter.java?view=diff&rev=503897&r1=503896&r2=503897
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/IntegerConverter.java (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/IntegerConverter.java Mon Feb  5 14:13:06 2007
@@ -30,4 +30,8 @@
 		return "tomahawk.IntegerConverter()";
 	}
 
+	public String getScriptResource() {
+		return null;
+	}
+
 }