We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d97c73 commit 52f83c7Copy full SHA for 52f83c7
1 file changed
src/com/amazon/ion/Decimal.java
@@ -53,6 +53,7 @@ public class Decimal
53
private static final class NegativeZero extends Decimal
54
{
55
private static final long serialVersionUID = 1L;
56
+ //Test the workflow
57
58
private NegativeZero(int scale)
59
0 commit comments