Author: hlship
Date: Fri Jan 22 16:30:58 2010
New Revision: 902154
URL: http://svn.apache.org/viewvc?rev=902154&view=rev
Log:
Correct documentation typo
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java?rev=902154&r1=902153&r2=902154&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java
Fri Jan 22 16:30:58 2010
@@ -115,7 +115,7 @@
}
/**
- * Returns the default value for a type. This is the string "null" for
most types, or a literal value for primtive
+ * Returns the default value for a type. This is the string "null" for
most types, or a literal value for primitive
* types.
*/
public static String getDefaultValue(String type)