From ed337c7b3f3fa60a505a07e02be2e1964dbfd9dc Mon Sep 17 00:00:00 2001 From: Puneetha Karamsetty Date: Thu, 17 Jan 2019 12:56:47 +0000 Subject: [PATCH] Fix build Failure --- .../java/tech/pegasys/pantheon/orion/OrionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orion/src/integration-test/java/tech/pegasys/pantheon/orion/OrionTest.java b/orion/src/integration-test/java/tech/pegasys/pantheon/orion/OrionTest.java index 06074d1e64..9a5ec87137 100644 --- a/orion/src/integration-test/java/tech/pegasys/pantheon/orion/OrionTest.java +++ b/orion/src/integration-test/java/tech/pegasys/pantheon/orion/OrionTest.java @@ -32,7 +32,7 @@ public class OrionTest { - private static String PAYLOAD = "a wonderful transaction"; + private static final String PAYLOAD = "a wonderful transaction"; private static Orion orion; private static Orion broken;