Author: dashorst
Date: Thu Aug 2 14:46:25 2007
New Revision: 562272
URL: http://svn.apache.org/viewvc?view=rev&rev=562272
Log:
Fixed typo in javadoc
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java?view=diff&rev=562272&r1=562271&r2=562272
==============================================================================
---
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java
(original)
+++
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java
Thu Aug 2 14:46:25 2007
@@ -66,7 +66,7 @@
* </p>
* <p>
* Note that the property resolver by default provides access to private
members
- * and methods. If guaranteeing encapsultion of the target objects is a big
+ * and methods. If guaranteeing encapsulation of the target objects is a big
* concern, you should consider using an alternative implementation.
* </p>
*