Fix jdoc errors

This commit is contained in:
boy0001 2015-03-13 18:02:48 +11:00
parent cf33fe69a8
commit e887cf8aec
18 changed files with 82 additions and 128 deletions

View file

@ -43,7 +43,6 @@ public class SQLite extends Database {
/**
* Creates a new SQLite instance
*
* @param plugin Plugin instance
* @param dbLocation Location of the Database (Must end in .db)
*/
public SQLite(final PlotSquared plotsquared, final String dbLocation) {