mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-25 01:18:37 +00:00
Add method which was removed but make it deprocated
This commit is contained in:
parent
acbffecd15
commit
3bc1d35698
@ -400,4 +400,12 @@ public class IdDt extends BasePrimitive<String> {
|
||||
return new IdDt(value + '/' + Constants.PARAM_HISTORY + '/' + theVersion);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #getIdPartAsBigDecimal()} instead
|
||||
*/
|
||||
public BigDecimal asBigDecimal() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user