bergerkiller / BKCommonLib

An extensive library I use in all of my plugins
38 stars 38 forks source link

MAIN_HEADER_PREFIX should not be final! #22

Open chaos234 opened 10 years ago

chaos234 commented 10 years ago

Hey bergerkiller,

founded a issue which makes unpossible to override the public static final String MAIN_HEADER_PREFIX =" "#> ";

Please remove the final Flag because I want my own defination in the Header over setHeader/addHeader.

See: https://github.com/bergerkiller/BKCommonLib/blob/master/src/main/java/com/bergerkiller/bukkit/common/config/BasicConfiguration.java#L25

Thanks!

lenis0012 commented 10 years ago

Ill change it when im hopping on my pc

chaos234 commented 10 years ago

Thanks :)