mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 03:25:24 +01:00
Fix checkstyle issues.
This commit is contained in:
parent
5a63115fb2
commit
e7c9703ced
@ -44,6 +44,9 @@
|
||||
|
||||
class RegionCommandsBase {
|
||||
|
||||
protected RegionCommandsBase() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the permission model to lookup permissions.
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user