Skip to content

Commit ccf697b

Browse files
Clean up constructor
1 parent 006989c commit ccf697b

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

core-api/src/main/java/com/optimizely/ab/config/DatafileProjectConfig.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -133,33 +133,6 @@ public DatafileProjectConfig(String accountId, String projectId, String version,
133133
);
134134
}
135135

136-
// v3 constructor
137-
public DatafileProjectConfig(String accountId, String projectId, String version, String revision, List<Group> groups,
138-
List<Experiment> experiments, List<Holdout> holdouts, List<Attribute> attributes, List<EventType> eventType,
139-
List<Audience> audiences, boolean anonymizeIP) {
140-
this(
141-
accountId,
142-
anonymizeIP,
143-
false,
144-
null,
145-
projectId,
146-
revision,
147-
null,
148-
null,
149-
version,
150-
attributes,
151-
audiences,
152-
null,
153-
eventType,
154-
experiments,
155-
holdouts,
156-
null,
157-
groups,
158-
null,
159-
null
160-
);
161-
}
162-
163136
// v4 constructor
164137
public DatafileProjectConfig(String accountId,
165138
boolean anonymizeIP,

0 commit comments

Comments
 (0)