no message
This commit is contained in:
1
.idea/workspace.xml
generated
1
.idea/workspace.xml
generated
@@ -8,6 +8,7 @@
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Messages/Message.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Messages/Message.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
||||
@@ -14,16 +14,15 @@ public class Message extends iDBObject {
|
||||
private static HashMap<String, String> codedMessages;
|
||||
private static HashMap<String, String> codedMessages2;
|
||||
@Expose
|
||||
@Description("DEFAULT ''")
|
||||
public String file = "";
|
||||
@Expose
|
||||
@Description("DEFAULT 1")
|
||||
public int line = 1;
|
||||
@Expose
|
||||
public int group;
|
||||
@Expose
|
||||
public String value;
|
||||
//---
|
||||
//--
|
||||
@Description("DEFAULT ''")
|
||||
public String file = "";
|
||||
public String group_s = "#";
|
||||
//--
|
||||
public Message() {
|
||||
|
||||
Reference in New Issue
Block a user