~/paste/8780
~/paste/8780
~/paste/8780

  1. 21:56:41 [SEVERE] Exception in thread "Abstraction Enum Verification Thread"
  2. 21:56:41 [SEVERE] java.lang.Error: CommandHelper: The method with signature publ
  3. ic static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot getConver
  4. tor() was not found in class java.lang.Class Please add the following code:
  5. private static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot inst
  6. ance;
  7. public static com.laytonsmith.abstraction.enums.bukkit.BukkitMCDisplaySlot getCo
  8. nvertor(){
  9.         if(instance == null){
  10.                 instance = new com.laytonsmith.abstraction.enums.bukkit.BukkitMC
  11. DisplaySlot();
  12.         }
  13.         return instance;
  14. }
  15. If you do not know what  error is, please report this to the developers.
  16. 21:56:41 [SEVERE]       at com.laytonsmith.abstraction.Implementation$1.run(Impl
  17. ementation.java:79)
  18. 21:56:41 [SEVERE]       at java.lang.Thread.run(Unknown Source)
  19. >
Language: dos
Posted by Anonymous at 10 Apr 2013, 07:59:41 UTC