Skip to content

Commit

Permalink
added extra tests; check for blank strings
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Nov 19, 2016
1 parent bf73431 commit 58a8ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkstyle-suppressions.xml
Expand Up @@ -13,6 +13,6 @@
<suppress id="sysOutConsoleLogs" files="\.xml" />
<suppress id="namedAnnotations" files="(Base.*|Abstract.*|Root.*)\.java" />
<suppress checks="\w+" files="(\.(crt|crl|class|keystore))|rebel.xml"/>
<suppress id="finalNonUtilClass" files="(.*(Utils|Constants|Facade))\.java" />
<suppress id="finalNonUtilClass" files="(.*(Utils|Constants|Facade|Support|Beans))\.java" />
<suppress checks="." files="com[\\/]duosecurity[\\/]duoweb[\\/]"/>
</suppressions>
Expand Up @@ -77,7 +77,7 @@
* @author Dmitriy Kopylenko
* @since 5.0.0
*/
public class Beans {
public final class Beans {

private static final Logger LOGGER = LoggerFactory.getLogger(Beans.class);

Expand Down

0 comments on commit 58a8ee5

Please sign in to comment.