Fixed typo.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-08-28 05:45:18 +00:00
parent 62b3725596
commit 8e629a1071
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ public abstract class Value implements Cloneable {
}
/**
* Subclasses should call this method when their inernal value changes.
* Subclasses should call this method when their internal value changes.
*/
public void valueChanged() {
if (listen != null)