Skip to content

Commit ec5c3ed

Browse files
committed
add documentation and remove annotation;
1 parent ff83ac6 commit ec5c3ed

File tree

1 file changed

+4
-1
lines changed
  • com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/protocol

1 file changed

+4
-1
lines changed

com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/protocol/Requests.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
public class Requests {
2525

2626
public static class ValueFormat {
27-
@Deprecated
2827
public boolean hex;
28+
/**
29+
* Extension for additional formats.
30+
* Supported formats: ["BIN", "OCT", "HEX", "DEC"]
31+
*/
2932
public String type;
3033
}
3134

0 commit comments

Comments
 (0)