"import ...*" removed;

properties added;

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2626 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
borg-0300 19 years ago
parent 807756150e
commit b174fbd0ca

@ -6,9 +6,9 @@
// Frankfurt, Germany, 2006
// created 09.02.2006
//
// $LastChangedDate: 2005-09-22 22:01:26 +0200 (Thu, 22 Sep 2005) $
// $LastChangedRevision: 774 $
// $LastChangedBy: orbiter $
// $LastChangedDate$
// $LastChangedRevision$
// $LastChangedBy$
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@ -45,9 +45,14 @@
package de.anomic.kelondro;
import java.beans.*;
import java.io.*;
import java.util.*;
import java.beans.XMLDecoder;
import java.beans.XMLEncoder;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Enumeration;
import java.util.Hashtable;
public class kelondroXMLTables {

@ -29,6 +29,10 @@
*
* @author J. David Eisenberg
* @version 1.4, 31 March 2000
*
* $LastChangedDate$
* $LastChangedRevision$
* $LastChangedBy$
*/
/*
@ -41,8 +45,11 @@
package de.anomic.ymage;
import java.util.zip.*;
import java.io.*;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.zip.CRC32;
import java.util.zip.Deflater;
import java.util.zip.DeflaterOutputStream;
public class ymagePNGEncoderJDE extends Object
{

Loading…
Cancel
Save