[java-identity-provider] branch master updated: Checkstyle previous
Rod Widdowson
rdw at steadingsoftware.com
Wed Feb 5 08:38:57 EST 2020
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=fbefbfb88dd1e37374a9d943b86ff7ca01255601
The following commit(s) were added to refs/heads/master by this push:
new fbefbfb Checkstyle previous
fbefbfb is described below
commit fbefbfb88dd1e37374a9d943b86ff7ca01255601
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Feb 5 13:38:58 2020 +0000
Checkstyle previous
---
.../src/main/java/net/shibboleth/idp/installer/BuildWar.java | 4 ----
1 file changed, 4 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/BuildWar.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/BuildWar.java
index 3582d52..e4af000 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/BuildWar.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/BuildWar.java
@@ -50,9 +50,6 @@ public final class BuildWar extends AbstractInitializableComponent {
/** Properties for the job. */
private final InstallerProperties installerProps;
- /** Current Install. */
- private final CurrentInstallState currentState;
-
/** Constructor.
* @param props The environment for the work.
* @param installState Where we are right now.
@@ -61,7 +58,6 @@ public final class BuildWar extends AbstractInitializableComponent {
ComponentSupport.ifNotInitializedThrowUninitializedComponentException(props);
ComponentSupport.ifNotInitializedThrowUninitializedComponentException(installState);
installerProps = props;
- currentState = installState;
}
/** Method to do the work of building the war.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list