From fe86f07a32ca34385af131865508086998ce6a74 Mon Sep 17 00:00:00 2001 From: "Oliver B. Fischer" Date: Mon, 17 Aug 2015 22:10:22 +0200 Subject: [PATCH] Added the dot to the end of the sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff94c99..10a4e29 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Checkstyle](http://checkstyle.sourceforge.net/) - Static analysis of coding conventions and standards. * [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. -* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven +* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven. * [PMD](http://pmd.sourceforge.net/) - Source code analysis of bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time.