You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2008/11/16 05:35:09 UTC

svn commit: r717977 - /xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java

Author: vgritsenko
Date: Sat Nov 15 20:35:08 2008
New Revision: 717977

URL: http://svn.apache.org/viewvc?rev=717977&view=rev
Log:
fix file header

Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java?rev=717977&r1=717976&r2=717977&view=diff
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java Sat Nov 15 20:35:08 2008
@@ -26,7 +26,8 @@
  * Going to handle the JVM Shutdown hook and insuring clean shutdown
  * of all registered Database instances.
  *
- * <a href="mailto:toddbyrne@gmail.com">Todd Byrne</a>
+ * @author <a href="mailto:toddbyrne@gmail.com">Todd Byrne</a>
+ * @version $Revision$, $Date$
  */
 public class DatabaseShutdownHandler implements Runnable {