This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改bug
private_deployment
lrh
1 year ago
parent
fd7fa4be71
commit
1fe9c26f89
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
suimangService/src/main/java/com/iformall/enums/EnumSpeakType.java
+ 1
- 1
suimangService/src/main/java/com/iformall/enums/EnumSpeakType.java
View File
@@ -89,7 +89,7 @@ public enum EnumSpeakType {
public static EnumSpeakType getEnum(String message) {
for (EnumSpeakType value : values()) {
if (value.get
Messag
e().equals(message)) {
if (value.get
Typ
e().equals(message)) {
return value;
}
}
Write
Preview
Loading…
Cancel
Save