fix: rename getStreeamPath to getStreamPath
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -314,7 +314,7 @@ public class UraClient implements Serializable {
|
||||
// Create the reader.
|
||||
try {
|
||||
AsyncUraTripReader reader = new AsyncUraTripReader(
|
||||
URI.create(requestURL(config.getBaseURL() + config.getStreeamPath(), REQUEST_TRIP, query)),
|
||||
URI.create(requestURL(config.getBaseURL() + config.getStreamPath(), REQUEST_TRIP, query)),
|
||||
config,
|
||||
consumers
|
||||
);
|
||||
|
@@ -87,7 +87,7 @@ public class UraClientConfiguration implements Serializable {
|
||||
*
|
||||
* @return Stream endpoint path.
|
||||
*/
|
||||
public String getStreeamPath() {
|
||||
public String getStreamPath() {
|
||||
return this.streamPath;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user