From 21f8dc900a1c05fcf7d2454068a9fef046c81997 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Tue, 6 Dec 2011 03:13:55 +0000 Subject: [PATCH] Thrift-1090: Document the generation of a file called "Constants.java" Client: java Patch: Jake Farrell Fixing test cases left out in initial patch. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210765 13f79535-47bb-0310-9956-ffa450edef68 --- lib/java/test/org/apache/thrift/Fixtures.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/java/test/org/apache/thrift/Fixtures.java b/lib/java/test/org/apache/thrift/Fixtures.java index b17e44c1..9f28124b 100644 --- a/lib/java/test/org/apache/thrift/Fixtures.java +++ b/lib/java/test/org/apache/thrift/Fixtures.java @@ -329,7 +329,7 @@ public class Fixtures { // superhuge compact proto test struct compactProtoTestStruct = new CompactProtoTestStruct( - thrift.test.Constants.COMPACT_TEST); + thrift.test.DebugProtoTestConstants.COMPACT_TEST); compactProtoTestStruct.setA_binary(ByteBuffer.wrap(new byte[] { 0, 1, 2, 3, 4, 5, 6, 7, 8 })); } catch (Exception e) { -- 2.17.1