mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#352 - Remove deprecated API - ValuePair getValue1() getValue2() ... use getNewValue() getOldValue()
This commit is contained in:
@@ -36,22 +36,6 @@ public class ValuePair {
|
||||
public Object getOldValue() {
|
||||
return oldValue;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the new value.
|
||||
*/
|
||||
@Deprecated
|
||||
public Object getValue1() {
|
||||
return newValue;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the old value.
|
||||
*/
|
||||
@Deprecated
|
||||
public Object getValue2() {
|
||||
return oldValue;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the new value.
|
||||
|
||||
Reference in New Issue
Block a user