[java-idp-integration-tests] branch master updated: IDP-1300 - Use non-deprecated PropertiesWithComments

Tom Zeller tzeller at dragonacea.biz
Mon Jul 16 12:49:43 EDT 2018


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=e572f4328d6c85e44ec5edda127376a95f90dfa1

The following commit(s) were added to refs/heads/master by this push:
       new  e572f43   IDP-1300 - Use non-deprecated PropertiesWithComments
e572f43 is described below

commit e572f4328d6c85e44ec5edda127376a95f90dfa1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jul 16 11:49:05 2018 -0500

    IDP-1300 - Use non-deprecated PropertiesWithComments
    
    In order to re-write properties without whitespace after the '='.
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 7f3ef6d..83c95a4 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -37,7 +37,7 @@ import java.util.regex.Matcher;
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 
-import net.shibboleth.idp.installer.PropertiesWithComments;
+import net.shibboleth.idp.installer.impl.PropertiesWithComments;
 import net.shibboleth.utilities.java.support.annotation.constraint.NonnullAfterInit;
 import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list