fixed typo on variable

This commit is contained in:
Ryan Pelaez 2023-06-27 09:54:46 -07:00
parent 12ebc79dd1
commit 52fc93f0ca

View file

@ -49,7 +49,7 @@ public class RetrievalConfig {
*/ */
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java"; public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java";
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION3 = "2.5.1"; public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.5.1";
/** /**
* Client used to make calls to Kinesis for records retrieval * Client used to make calls to Kinesis for records retrieval