Skip to content

Commit fcd8dd9

Browse files
committed
Remove unused constructor
1 parent 3c10f8b commit fcd8dd9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

server/src/main/java/org/elasticsearch/action/downsample/DownsampleConfig.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ public class DownsampleConfig implements NamedWriteable, ToXContentObject {
101101
);
102102
}
103103

104-
/**
105-
* Create a new {@link DownsampleConfig} using the given configuration parameters.
106-
* @param fixedInterval the fixed interval to use for computing the date histogram for the rolled up documents (required).
107-
* @deprecated please use {@link DownsampleConfig#DownsampleConfig(DateHistogramInterval, SamplingMethod)}, this method is being kept
108-
* until the sampling method is completely integrated with ILM and DLM.
109-
*/
110-
@Deprecated
111-
public DownsampleConfig(final DateHistogramInterval fixedInterval) {
112-
this(fixedInterval, null);
113-
}
114-
115104
/**
116105
* Create a new {@link DownsampleConfig} using the given configuration parameters.
117106
* @param fixedInterval the fixed interval to use for computing the date histogram for the rolled up documents (required).

0 commit comments

Comments
 (0)