mirror of https://github.com/apache/openjpa.git
OPENJPA-2099: Remove generics
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1240419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5aa9a573c5
commit
64c8d56e9a
|
@ -52,7 +52,7 @@ public class BindParameter {
|
|||
private final Column _column;
|
||||
// key of this parameter
|
||||
private final Object _key;
|
||||
private FlexibleThreadLocal<Object> _values = new FlexibleThreadLocal<Object>();
|
||||
private FlexibleThreadLocal _values = new FlexibleThreadLocal();
|
||||
|
||||
/**
|
||||
* Constructs a parameter with given key, column and user flag.
|
||||
|
|
Loading…
Reference in New Issue