From fe52b352391a33e8de1d373df83286a2a6498e5c Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 28 Jun 1999 11:07:59 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@944 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/util/Collections.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jode/jode/util/Collections.java b/jode/jode/util/Collections.java index 7a414b2..9bcdfd4 100644 --- a/jode/jode/util/Collections.java +++ b/jode/jode/util/Collections.java @@ -1,4 +1,4 @@ -// This interface is taken from the Classpath project. +// This class is taken from the Classpath project. // Please note the different copyright holder! // The changes I did is this comment, the package line, some // imports from java.util and some minor jdk12 -> jdk11 fixes.