Skip to content

Commit

Permalink
remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
guidongqi committed Mar 20, 2020
1 parent e282c71 commit def1338
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ package com.github.jokar.multilanguages

class PluginExtension {
boolean enable = true
List<String> overwriteClass = new ArrayList<>()


@Override
String toString() {
return "PluginExtension{" +
"enable=" + enable +
", overwriteClass=" + overwriteClass.toString() +
'}'
}
}

0 comments on commit def1338

Please sign in to comment.