[java-identity-provider] 01/02: CheckStyle
Rod Widdowson
rdw at steadingsoftware.com
Thu Dec 19 12:21:23 EST 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=77d0c93512771627368865a9d94a14992748a5a7
commit 77d0c93512771627368865a9d94a14992748a5a7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Dec 19 17:20:09 2019 +0000
CheckStyle
---
.../main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java | 2 +-
.../idp/installer/ant/impl/SelfSignedCertificateGeneratorTask.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java
index f73654c..4d98c60 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java
@@ -226,7 +226,7 @@ public class InstallerPropertiesImpl extends AbstractInitializableComponent impl
}
log.debug("Loading properties from {}", file.toAbsolutePath());
- /** The file specified in the system file idp.property.file (if present). */
+ /* The file specified in the system file idp.property.file (if present). */
final File idpPropertyFile = file.toFile();
try {
installerProperties.load(new FileInputStream(idpPropertyFile));
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/SelfSignedCertificateGeneratorTask.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/SelfSignedCertificateGeneratorTask.java
index 73d85e9..0387099 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/SelfSignedCertificateGeneratorTask.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/SelfSignedCertificateGeneratorTask.java
@@ -158,8 +158,8 @@ public class SelfSignedCertificateGeneratorTask extends Task {
generator.setURISubjectAltNames(nameList);
}
+ /** {@inheritDoc}. */
@Override
- /** {@inheritDoc} */
public void execute() {
try {
generator.generate();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list