Skip to content

Commit 791fb1d

Browse files
committed
Lampshade a small oddity
1 parent a2ec937 commit 791fb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/MaxmindIpDataLookups.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ private abstract static class AbstractBase<RESPONSE extends AbstractResponse, RE
795795

796796
protected final Set<Database.Property> properties;
797797
protected final Class<RESPONSE> clazz;
798+
// see the docstring on ResponseBuilder to understand why this isn't yet another abstract method on this class
798799
protected final ResponseBuilder<RESPONSE> builder;
799800

800801
AbstractBase(final Set<Database.Property> properties, final Class<RESPONSE> clazz, final ResponseBuilder<RESPONSE> builder) {

0 commit comments

Comments
 (0)