mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-09 04:11:50 +01:00
Fix some typos in the JavaDoc
This commit is contained in:
parent
cda005b7fd
commit
9719d3097f
@ -4,13 +4,6 @@ import com.djrapitops.plugin.utilities.Verify;
|
||||
import com.djrapitops.plugin.utilities.player.Fetch;
|
||||
import com.djrapitops.plugin.utilities.player.IOfflinePlayer;
|
||||
import com.djrapitops.plugin.utilities.player.UUIDFetcher;
|
||||
import java.sql.SQLException;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
import java.util.function.Function;
|
||||
import java.util.stream.Collectors;
|
||||
import main.java.com.djrapitops.plan.Plan;
|
||||
import main.java.com.djrapitops.plan.data.AnalysisData;
|
||||
import main.java.com.djrapitops.plan.data.UserData;
|
||||
@ -22,6 +15,14 @@ import main.java.com.djrapitops.plan.ui.html.DataRequestHandler;
|
||||
import main.java.com.djrapitops.plan.ui.webserver.WebSocketServer;
|
||||
import main.java.com.djrapitops.plan.utilities.HtmlUtils;
|
||||
|
||||
import java.sql.SQLException;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
import java.util.function.Function;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* This class contains the API methods.
|
||||
*
|
||||
@ -44,7 +45,7 @@ public class API {
|
||||
private final Plan plugin;
|
||||
|
||||
/**
|
||||
* Class Construcor.
|
||||
* Class Constructor.
|
||||
*
|
||||
* @param plugin Current instance of Plan
|
||||
*/
|
||||
@ -65,7 +66,7 @@ public class API {
|
||||
* Add a source of plugin data to the Plugins tab on Analysis and/or Inspect
|
||||
* page.
|
||||
*
|
||||
* Refer to documentation on github or Javadoc of PluginData to set-up a
|
||||
* Refer to documentation on GitHub or Javadoc of PluginData to set-up a
|
||||
* data source that extends PluginData correctly.
|
||||
*
|
||||
* @param dataSource an object that extends PluginData-object, thus allowing
|
||||
@ -200,7 +201,7 @@ public class API {
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to get the full Html of the Analysis page as a string.
|
||||
* Used to get the full HTML of the Analysis page as a string.
|
||||
*
|
||||
* Check if the data is cached to AnalysisCache before calling this.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user