Skip to content

Commit

Permalink
Fixing Checkstyle.
Browse files Browse the repository at this point in the history
Signed-off-by: DominikVoigt <dominik.ingo.voigt@gmail.com>
  • Loading branch information
DominikVoigt committed Feb 6, 2020
1 parent e172ee0 commit 52c726b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,9 +79,9 @@

public class YamlRepository extends AbstractFileBasedRepository {

public static QName ROOT_TYPE_QNAME = new QName("tosca.entity", "Root");
private static final Logger LOGGER = LoggerFactory.getLogger(YamlRepository.class);
private final Pattern namePattern;
public static QName ROOT_TYPE_QNAME = new QName("tosca.entity", "Root");

public YamlRepository(Path repositoryRoot) {
super(repositoryRoot);
Expand Down

0 comments on commit 52c726b

Please sign in to comment.