[Mulgara-svn] r1629 - trunk/src/jar/content-mp3/java/org/mulgara/content/mp3

pag at mulgara.org pag at mulgara.org
Thu Mar 26 19:43:53 UTC 2009


Author: pag
Date: 2009-03-26 12:43:52 -0700 (Thu, 26 Mar 2009)
New Revision: 1629

Modified:
   trunk/src/jar/content-mp3/java/org/mulgara/content/mp3/package.html
Log:
Modified the 'abstract' element to 'h1', as 'abstract' is unrecognized and causes Javadoc to crash (see the javadoc bug report 5082928 at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928)

Modified: trunk/src/jar/content-mp3/java/org/mulgara/content/mp3/package.html
===================================================================
--- trunk/src/jar/content-mp3/java/org/mulgara/content/mp3/package.html	2009-03-26 19:31:04 UTC (rev 1628)
+++ trunk/src/jar/content-mp3/java/org/mulgara/content/mp3/package.html	2009-03-26 19:43:52 UTC (rev 1629)
@@ -3,9 +3,7 @@
 <title>MP3 Content Handler</title>
 </head>
 <body>
-<abstract>
-MP3 Content Handler.
-</abstract>
+<h1> MP3 Content Handler.</h1>
 <p>
 This package is a service provider for conversion of mp3 content streams/files
 located via a {@link java.net.URI} or {@link java.io.InputStream}.  The service operates on the ID3 tags of the mp3 and not the mp3 itself.




More information about the Mulgara-svn mailing list