mirror of https://github.com/apache/openjpa.git
Fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62b3725596
commit
8e629a1071
|
@ -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() {
|
public void valueChanged() {
|
||||||
if (listen != null)
|
if (listen != null)
|
||||||
|
|
Loading…
Reference in New Issue