From 965611431937406c9af0e5bb71c80e6ed7a7d839 Mon Sep 17 00:00:00 2001 From: Abhinay Nagpal Date: Tue, 18 Sep 2012 17:47:24 -0700 Subject: [PATCH] Fixed comment Please enter the commit message for your changes. Lines starting --- .../avro/versioned/AvroBackwardsCompatibilityTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/voldemort/serialization/avro/versioned/AvroBackwardsCompatibilityTest.java b/test/unit/voldemort/serialization/avro/versioned/AvroBackwardsCompatibilityTest.java index e964c29df5..477c261250 100644 --- a/test/unit/voldemort/serialization/avro/versioned/AvroBackwardsCompatibilityTest.java +++ b/test/unit/voldemort/serialization/avro/versioned/AvroBackwardsCompatibilityTest.java @@ -12,7 +12,7 @@ import org.apache.avro.util.Utf8; /** - * A test that the json serialization remains compatible with older serialized + * A test that the avro serialization remains compatible with older serialized * data * *