mirror of https://github.com/apache/openjpa.git
OPENJPA-1050: Use generics
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1236282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7def6f8a67
commit
3929e28cda
|
@ -307,7 +307,7 @@ public class FieldMetaData
|
|||
/**
|
||||
* The declaring class.
|
||||
*/
|
||||
public Class getDeclaringType() {
|
||||
public Class<?> getDeclaringType() {
|
||||
return (_dec == null) ? _owner.getDescribedType() : _dec;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue