Civcraft / CivMenu

BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Fixed build error due to java version #20

Closed TealNerd closed 8 years ago

TealNerd commented 8 years ago

I think it's something that changed between java 7 and 8 with ConcurrentHashMaps and their keys but this should work fine

CivcraftBot commented 8 years ago

Can one of the admins verify this patch? Type 'ok to test' to test.

TealNerd commented 8 years ago

@Maxopoly

Maxopoly commented 8 years ago

http://build.civcraft.co/job/CivMenu/47/console

Nope

TealNerd commented 8 years ago

Ugh this time I don't even know what's wrong. There's nothing on line 39

Maxopoly commented 8 years ago

You didn't import Enumeration

TealNerd commented 8 years ago

I'm an idiot

Maxopoly commented 8 years ago

Yep, that built successfully. And don't worry I've already pinged rourke multiple times before asking why my code wasn't building, only to be told that I forgot an import. Happens ;)