We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea03a51 commit 2e29bc0Copy full SHA for 2e29bc0
core-api/src/main/java/com/optimizely/ab/notification/DecisionNotification.java
@@ -27,7 +27,6 @@
27
import java.util.HashMap;
28
import java.util.Map;
29
30
-public final class DecisionNotification {
31
/**
32
* DecisionNotification encapsulates the arguments and responses when using the following methods:
33
*
@@ -42,6 +41,7 @@ public final class DecisionNotification {
42
41
43
* @see <a href="https://docs.developers.optimizely.com/full-stack/docs/register-notification-listeners">Notification Listeners</a>
44
*/
+public final class DecisionNotification {
45
protected String type;
46
protected String userId;
47
protected Map<String, ?> attributes;
0 commit comments