Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 5857f63

Browse files
author
TebbeUbben
committed
LOW -> LOWER
1 parent e777d88 commit 5857f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sightparser/src/main/java/sugar/free/sightparser/applayer/descriptors/MessagePriority.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public enum MessagePriority {
77
HIGHEST(2),
88
HIGHER(1),
99
NORMAL(0),
10-
LOW(-1),
10+
LOWER(-1),
1111
LOWEST(-2);
1212

1313
@Getter

0 commit comments

Comments
 (0)