Fixed compilation error

This commit is contained in:
Lukas Eder 2013-09-20 17:01:11 +02:00
parent b9b47953d5
commit fc3ac807e3

View File

@ -9,19 +9,19 @@ package org.jooq.test.mariadb.generatedclasses.enums;
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public enum T_959SpecialCharacters implements org.jooq.EnumType {
_(""),
a(""),
__("("),
b("("),
_(""),
c(""),
_(""),
d(""),
_(""),
e_(""),
_(""),
f(""),
enum_("enum"),
g("enum"),
;