Skip to content

Commit

Permalink
updating to user-agent misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivikramsahu committed Sep 2, 2020
1 parent 161e432 commit 7806cb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public abstract class BaseController {
*/
private static HttpClient clientInstance = null;
private static final Object syncObject = new Object();
protected static final String userAgent = "APIMATIC 2.0";
protected static final String userAgent = "pepi-sdk-java-v5.1";

/**
* Protected variable to keep reference of httpCallBack instance if user provides any
Expand Down

0 comments on commit 7806cb4

Please sign in to comment.