You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/spring-debezium-autoconfigure/src/main/java/org/springframework/cloud/fn/common/debezium/DebeziumProperties.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public enum DebeziumFormat {
44
44
/**
45
45
* ProtoBuf change event format.
46
46
*/
47
-
PROTOBUF("application/x-protobuf"),;
47
+
PROTOBUF("application/x-protobuf");
48
48
49
49
privatefinalStringcontentType;
50
50
@@ -103,7 +103,7 @@ public enum DebeziumOffsetCommitPolicy {
103
103
/**
104
104
* Uses the default Debezium engine policy (PERIODIC).
105
105
*/
106
-
DEFAULT;
106
+
DEFAULT
107
107
108
108
}
109
109
@@ -121,7 +121,7 @@ public void setOffsetCommitPolicy(DebeziumOffsetCommitPolicy offsetCommitPolicy)
121
121
* @return the properties for Debezium native configuration
0 commit comments