Skip to content

Commit

Permalink
Remove wild card import
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkang committed Aug 17, 2016
1 parent fa7a194 commit 3976a96
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -55,7 +55,10 @@
import org.apache.zeppelin.user.AuthenticationInfo;
import org.apache.zeppelin.user.Credentials;

import static org.apache.commons.lang.StringUtils.*;
import static org.apache.commons.lang.StringUtils.EMPTY;
import static org.apache.commons.lang.StringUtils.isEmpty;
import static org.apache.commons.lang.StringUtils.isNotEmpty;
import static org.apache.commons.lang.StringUtils.isBlank;

/**
* Binded interpreters for a note
Expand Down

0 comments on commit 3976a96

Please sign in to comment.