1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Update pom for bukkit 1.4.7-R0.1

This commit is contained in:
Iaccidentally
2013-01-17 14:20:19 -05:00
parent fa3f4f92f4
commit 2af3a234ad
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public class YamlStorageWriter implements IStorageWriter
for (Field field : clazz.getDeclaredFields())
{
final int modifier = field.getModifiers();
if (Modifier.isPrivate(modifier) && !Modifier.isTransient(modifier) && !Modifier.isStatic(modifier))
if (Modifier.isPrivate(modifier) && !Modifier.isStatic(modifier))
{
field.setAccessible(true);

View File

@@ -75,7 +75,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.4.6-R0.3</bukkit.version>
<bukkit.version>1.4.7-R0.1</bukkit.version>
<build.number>Unknown</build.number>
<org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>