Skip to content

Commit

Permalink
renamed module to okhttp-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Sep 11, 2024
1 parent bb87766 commit 4d888cb
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions client/src/main/java/io/split/client/SplitFactoryImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,6 @@ public boolean isDestroyed() {
return isTerminated;
}

public void setSplitHttpClient(SplitHttpClient splitHttpClient) {
_splitHttpClient = splitHttpClient;
}
protected static SplitHttpClient buildSplitHttpClient(String apiToken, SplitClientConfig config,
SDKMetadata sdkMetadata, RequestDecorator requestDecorator)
throws URISyntaxException {
Expand Down
3 changes: 0 additions & 3 deletions client/src/main/java/io/split/service/CustomHttpModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

import io.split.client.RequestDecorator;
import io.split.client.utils.SDKMetadata;
import io.split.service.SplitHttpClient;

import java.io.IOException;

public interface CustomHttpModule {
public SplitHttpClient createClient(String apiToken, SDKMetadata sdkMetadata, RequestDecorator requestDecorator) throws IOException;


}
2 changes: 1 addition & 1 deletion http-modules/pom.xml → okhttp-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>http-modules</artifactId>
<artifactId>okhttp-modules</artifactId>
<packaging>jar</packaging>
<name>http-modules</name>
<description>Alternative Http Modules</description>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<module>redis-wrapper</module>
<module>testing</module>
<module>client</module>
<module>http-modules</module>
<module>okhttp-modules</module>
</modules>
<build>
<plugins>
Expand Down

0 comments on commit 4d888cb

Please sign in to comment.