Skip to content

Commit

Permalink
Delete useless code (#4242)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswstarplanet authored and ralf0131 committed Jun 4, 2019
1 parent 0b27565 commit d3a5166
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public abstract class AbstractPrefixConfiguration implements Configuration {
protected String prefix;

public AbstractPrefixConfiguration(String prefix, String id) {
super();
if (StringUtils.isNotEmpty(prefix) && !prefix.endsWith(".")) {
this.prefix = prefix + ".";
} else {
Expand Down

0 comments on commit d3a5166

Please sign in to comment.