Fix checkstyle issues.

This commit is contained in:
sk89q 2014-08-16 15:27:16 -07:00
parent 5a63115fb2
commit e7c9703ced
2 changed files with 8 additions and 1 deletions

View File

@ -44,6 +44,9 @@
class RegionCommandsBase {
protected RegionCommandsBase() {
}
/**
* Get the permission model to lookup permissions.
*

View File

@ -22,7 +22,11 @@
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class StatementUtils {
public final class StatementUtils {
private StatementUtils() {
}
/**
* Creates a comma separated list of PreparedStatement place holders
*