Skip to content

Commit

Permalink
Update src/main/java/org/fiware/iam/tmforum/NotificationSubscriber.java
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Smyth <[email protected]>
  • Loading branch information
wistefan and pulledtim authored Jan 24, 2025
1 parent 21940c5 commit 8c8bd46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void onApplicationEvent(ServerStartupEvent e) {
}));
}

public void createSubscription(String entityType, String evenType, String apiAddress) {
public void createSubscription(String entityType, String eventType, String apiAddress) {
String callbackUrl = String.format("http://%s:%s%s%s", serviceUrl, servicePort, controllerPath, LISTENER_PATH);
log.debug("Attempting to register subscription with callback {}", callbackUrl);

Expand Down

0 comments on commit 8c8bd46

Please sign in to comment.