From c0ee0c55a18e63f6ce6369634859d59759932e98 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Wed, 24 Mar 2010 00:01:34 +0000 Subject: [PATCH] Merge the changes that Oliver and I inadvertently committed to the old classlib tree. git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/trunk@926871 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/harmony/unpack200/ClassBands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/harmony/unpack200/ClassBands.java b/src/main/java/org/apache/harmony/unpack200/ClassBands.java index d11ba69..5562a56 100644 --- a/src/main/java/org/apache/harmony/unpack200/ClassBands.java +++ b/src/main/java/org/apache/harmony/unpack200/ClassBands.java @@ -1313,7 +1313,7 @@ public class ClassBands extends BandSet { } /** - * Answer an ArrayList of ArrayLists which hold the the code attributes + * Answer an ArrayList of ArrayLists which hold the code attributes * corresponding to all classes in order. * * If a class doesn't have any attributes, the corresponding element in this