Skip to content

Commit ac117e5

Browse files
committed
[CM-1579]: Removed obsolete constructor of BaseExperiment
1 parent 51c349a commit ac117e5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

comet-java-client/src/main/java/ml/comet/experiment/impl/BaseExperiment.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,6 @@ abstract class BaseExperiment implements Experiment {
139139
*/
140140
protected abstract Logger getLogger();
141141

142-
BaseExperiment(@NonNull final String apiKey,
143-
@NonNull final String baseUrl,
144-
int maxAuthRetries,
145-
final String experimentKey,
146-
@NonNull final Duration cleaningTimeout) {
147-
this(apiKey, baseUrl, maxAuthRetries, experimentKey, cleaningTimeout, StringUtils.EMPTY, StringUtils.EMPTY);
148-
}
149-
150142
BaseExperiment(@NonNull final String apiKey,
151143
@NonNull final String baseUrl,
152144
int maxAuthRetries,

0 commit comments

Comments
 (0)