Skip to content

Commit d7de6b8

Browse files
committed
Formatting
Signed-off-by: Dariusz Jędrzejczyk <2554306+chemicL@users.noreply.github.com>
1 parent 3e0cf9f commit d7de6b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mcp-core/src/main/java/io/modelcontextprotocol/spec/McpSchema.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,6 +2320,7 @@ public LoggingMessageNotification build() {
23202320
*/
23212321
public enum LoggingLevel {
23222322

2323+
// @formatter:off
23232324
@JsonProperty("debug") DEBUG(0),
23242325
@JsonProperty("info") INFO(1),
23252326
@JsonProperty("notice") NOTICE(2),
@@ -2328,6 +2329,7 @@ public enum LoggingLevel {
23282329
@JsonProperty("critical") CRITICAL(5),
23292330
@JsonProperty("alert") ALERT(6),
23302331
@JsonProperty("emergency") EMERGENCY(7);
2332+
// @formatter:on
23312333

23322334
private final int level;
23332335

0 commit comments

Comments
 (0)