Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit e2ab3cf

Browse files
committed
1309: fix
1 parent b893caa commit e2ab3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/spring/stormpath-spring/src/main/java/com/stormpath/spring/config/AbstractStormpathConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public Application stormpathApplication() {
149149
name = "Application";
150150
}
151151
application.setName(name);
152+
return application;
152153
}
153154

154155
if (Strings.hasText(applicationHref)) {

0 commit comments

Comments
 (0)