Skip to content

Commit

Permalink
Fix spotbugs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Sep 6, 2024
1 parent 71aab44 commit d0502d1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map<String, Obj
this.backingStore.set("additionalData", value);
}

/**
* Sets the backingStore property value. Stores model information.
* @param value Value to set for the backingStore property.
*/
public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value) {
Objects.requireNonNull(value);
this.backingStore = value;
}

/**
* Sets the @odata.count property value. The OdataCount property
* @param value Value to set for the @odata.count property.
Expand Down

0 comments on commit d0502d1

Please sign in to comment.