Fixed API not having javadocs & sources

This commit is contained in:
ajgeiss0702
2023-05-28 16:57:04 -07:00
parent 67aece11f0
commit 429eb354b0
2 changed files with 6 additions and 1 deletions
@@ -35,7 +35,7 @@ public interface AdaptedServerPing extends Handle {
void addPlayer();
/**
* Returns an epoch timestamp of when this ping was <bold>sent</bold>.
* Returns an epoch timestamp of when this ping was <b>sent</b>.
* @return A long of an epoch timestamp
*/
long getFetchedTime();