Skip to content

Commit

Permalink
satisfy maven+javadoc
Browse files Browse the repository at this point in the history
tools need at least one public documented class
  • Loading branch information
MenoData committed Apr 7, 2015
1 parent fad8b8b commit 77d5564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
* {@code net.time4j.tool.TimezoneRepositoryCompiler}. </p>
*
* @author Meno Hochschild
* @since 2.3
* @exclude
* @since 1.0
*/
public class TimezoneRepositoryProviderSPI
implements ZoneProvider, LeapSecondProvider {
Expand Down
6 changes: 0 additions & 6 deletions src/main/java/net/time4j/tz/repository/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@
/**
* <p>Encapsulates the timezone repository of Time4J based
* on the IANA-TZDB. </p>
*
* <p><strong>This package belongs to module &quot;tzdata&quot;
* and is not part of the core of Time4J.</strong></p>
*/
/*[deutsch]
* <p>Kapselt die Zeitzonendatenbank von Time4J basierend auf der
* TZDB-Datenbank von IANA. </p>
*
* <p><strong>Dieses Paket geh&ouml;rt zum &quot;tzdata&quot;-Modul
* und ist kein Teil des Kerns von Time4J.</strong></p>
*/
package net.time4j.tz.repository;

0 comments on commit 77d5564

Please sign in to comment.