Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN main commit: Bug#298985 - change primary key from vector to object

SVN main commit: Bug#298985 - change primary key from vector to object

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=298985

 

Changes:

- First part of changing primary key type from Vector to Object, changes identity map methods to take Object, Vector is still passed, only the typing was changed so far.

- Removed some unused imports/casts.

- Added some @Override annotations.

 

Code review: Andrei


Back to the top