Skip to content

Commit 2e29bc0

Browse files
committed
Fixing post rebasing
1 parent ea03a51 commit 2e29bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-api/src/main/java/com/optimizely/ab/notification/DecisionNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import java.util.HashMap;
2828
import java.util.Map;
2929

30-
public final class DecisionNotification {
3130
/**
3231
* DecisionNotification encapsulates the arguments and responses when using the following methods:
3332
*
@@ -42,6 +41,7 @@ public final class DecisionNotification {
4241
*
4342
* @see <a href="https://docs.developers.optimizely.com/full-stack/docs/register-notification-listeners">Notification Listeners</a>
4443
*/
44+
public final class DecisionNotification {
4545
protected String type;
4646
protected String userId;
4747
protected Map<String, ?> attributes;

0 commit comments

Comments
 (0)