[CVS spice] Added deprecated class for backward compatibility

mauro-yCVjj/[email protected] 17 Jun 2004 22:24:28 -0000
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
Commit in spice/components/alchemist/src/java/org/codehaus/spice/alchemist on MAIN

LoggerAlchemist.java +17 1.2 -> 1.3

Added deprecated class for backward compatibility

----------

spice/components/alchemist/src/java/org/codehaus/spice/alchemist

LoggerAlchemist.java 1.2 -> 1.3

diff -N LoggerAlchemist.java
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ LoggerAlchemist.java 17 Jun 2004 22:24:28 -0000 1.3
@@ -0,0 +1,17 @@

+/*
+ * Copyright (C) The Spice Group. All rights reserved.
+ *
+ * This software is published under the terms of the Spice
+ * Software License version 1.1, a copy of which has been included
+ * with this distribution in the LICENSE.txt file.
+ */
+package org.codehaus.spice.alchemist;
+
+/**
+ * Utility class containing methods to transform Logger objects.
+ *
+ * @author Mauro Talevi
+ * @deprecated Use org.codehaus.spice.alchemist.logger.LoggerAlchemist
+ */
+public class LoggerAlchemist extends org.codehaus.spice.alchemist.logger.LoggerAlchemist {
+}

CVSspam 0.2.8