VIVO-1614 - Update to allow the TPF API to be toggled via the runtime.properties. (#127)

* Update to allow the TPF API to be toggled via the runtime.properties.

Resolves: https://jira.duraspace.org/browse/VIVO-1614
This commit is contained in:
Ralph O'Flinn 2019-08-02 12:20:15 -05:00 committed by Andrew Woods
parent 1a2debe5c3
commit b45d20c9e4
3 changed files with 36 additions and 2 deletions

View file

@ -3,6 +3,9 @@
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<!-- For Debug Only -->
<!-- <suppress files=".+\.(?:txt|xml|csv|sh|thrift|html|sql|eot|ttf|woff|css|png|java|jar|zip|war|class|tar|bin|gif|jpg|jpeg|properties)$" checks=".*"/> -->
<!-- Suppressions for Javadoc in Test classes -->
<suppress checks="JavadocMethod" files="src[/\\]test[/\\]java"/>
<suppress checks="JavadocType" files="src[/\\]test[/\\]java"/>