Skip to content

Commit 52f83c7

Browse files
committed
Make minor change to invoke workflow.
1 parent 7d97c73 commit 52f83c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/com/amazon/ion/Decimal.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class Decimal
5353
private static final class NegativeZero extends Decimal
5454
{
5555
private static final long serialVersionUID = 1L;
56+
//Test the workflow
5657

5758
private NegativeZero(int scale)
5859
{

0 commit comments

Comments
 (0)