mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-25 10:37:41 +01:00
Fix a typo in the class source warning message.
This commit is contained in:
parent
8f65798141
commit
bfbcc8dcf8
@ -106,7 +106,7 @@ public void reportMismatches(List<Class<?>> classes) {
|
|||||||
builder.append("** the ").append(plugin.getName()).append(" API and thinks that including\n");
|
builder.append("** the ").append(plugin.getName()).append(" API and thinks that including\n");
|
||||||
builder.append("** ").append(plugin.getName()).append(" is necessary. However, it is not!\n");
|
builder.append("** ").append(plugin.getName()).append(" is necessary. However, it is not!\n");
|
||||||
builder.append("**\n");
|
builder.append("**\n");
|
||||||
builder.append("** Here are some of files that have been overridden:\n");
|
builder.append("** Here are some files that have been overridden:\n");
|
||||||
builder.append("** \n");
|
builder.append("** \n");
|
||||||
for (Map.Entry<Class<?>, CodeSource> entry : mismatches.entrySet()) {
|
for (Map.Entry<Class<?>, CodeSource> entry : mismatches.entrySet()) {
|
||||||
CodeSource codeSource = entry.getValue();
|
CodeSource codeSource = entry.getValue();
|
||||||
|
Loading…
Reference in New Issue
Block a user