TypeAlias: allow getValue() to be overridden
This commit is contained in:
parent
4c85e56c80
commit
1e8941b030
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public abstract class TypeAlias<T> {
|
||||||
*
|
*
|
||||||
* @return the value
|
* @return the value
|
||||||
*/
|
*/
|
||||||
public final T getValue() {
|
public T getValue() {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue