Skip to content

Commit

Permalink
Update src/main/java/emissary/core/IBaseDataObjectHelper.java
Browse files Browse the repository at this point in the history
Co-authored-by: jpdahlke <[email protected]>
  • Loading branch information
jdcove2 and jpdahlke authored Dec 5, 2024
1 parent a1a342f commit 43ad813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/core/IBaseDataObjectHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static IBaseDataObject clone(final IBaseDataObject iBaseDataObject) {
* @param fullClone specifies if all fields should be cloned.
* @return the clone of the IBaseDataObject passed in.
*/
@Deprecated(forRemoval = true)
@Deprecated
public static IBaseDataObject clone(final IBaseDataObject iBaseDataObject, final boolean fullClone) {
Validate.notNull(iBaseDataObject, "Required: iBaseDataObject not null");

Expand Down

0 comments on commit 43ad813

Please sign in to comment.