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:
Pinaki Poddar 2012-02-04 00:44:27 +00:00
parent 5aa9a573c5
commit 64c8d56e9a
1 changed files with 1 additions and 1 deletions

View File

@ -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.