Skip to content

Commit

Permalink
Deprecate MapWriter.append
Browse files Browse the repository at this point in the history
See #2919
  • Loading branch information
dsmiley committed Dec 28, 2024
1 parent cb51ffb commit 49938b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solr/solrj/src/java/org/apache/solr/common/MapWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public MapWriter.EntryWriter put(CharSequence k, Object v) {

void writeMap(EntryWriter ew) throws IOException;

@Deprecated
default MapWriter append(MapWriter another) {
MapWriter m = this;
return ew -> {
Expand Down

0 comments on commit 49938b8

Please sign in to comment.