Skip to content

Commit

Permalink
SHIBUI-836: polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Sep 12, 2018
1 parent 1136a01 commit 7c3b934
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
import java.util.Map;

/**
* Spring Boot Environment Post Processor setting the value for idp.home property to an abstract temp directory
* Spring Boot Environment Post Processor setting the value for idp.home property to a temp directory
* if no IDP_HOME environment variable has been set already.
*
* Also creates IDP_HOME/metadata directory if no such directory already exixst.
*
* @author Dmitriy Kopylenko
*/
public class IdpHomeValueSettingEnvironmentPostProcessor implements EnvironmentPostProcessor {
Expand Down

0 comments on commit 7c3b934

Please sign in to comment.