From cab4f7495d431c37666fdac0ef3bf6ce44aa8f91 Mon Sep 17 00:00:00 2001 From: jochen Date: Sat, 30 Oct 1999 09:12:38 +0000 Subject: [PATCH] Changed the header git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1181 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/decompiler/ImportHandler.java.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jode/jode/decompiler/ImportHandler.java.in b/jode/jode/decompiler/ImportHandler.java.in index cdf771f..601bdd4 100644 --- a/jode/jode/decompiler/ImportHandler.java.in +++ b/jode/jode/decompiler/ImportHandler.java.in @@ -196,7 +196,7 @@ public class ImportHandler { throws java.io.IOException { writer.println("/* "+ className - + " - Decompiled by JoDe (Jochen's Decompiler)"); + + " - Decompiled by JODE"); writer.println(" * "+GlobalOptions.URL); writer.println(" * Send comments or bug reports to " + GlobalOptions.email);