Skip to content

Commit

Permalink
reverted whitespace and unused import lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Apr 25, 2018
1 parent dad01b2 commit 1f01007
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import com.okta.sdk.resource.user.User;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.web.bind.annotation.*;

import java.io.IOException;
Expand All @@ -29,7 +27,6 @@ public HoldingsController(Client client) {

@GetMapping
public List<Holding> getHoldings(Principal principal) {

User user = client.getUser(principal.getName());

String holdingsFromOkta = (String) user.getProfile().get(HOLDINGS_ATTRIBUTE_NAME);
Expand Down

0 comments on commit 1f01007

Please sign in to comment.