Skip to content

Commit

Permalink
Modify static import position.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkang committed Aug 11, 2016
1 parent 6082e28 commit 046f5f4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,8 +17,6 @@

package org.apache.zeppelin.notebook;

import static org.apache.commons.lang.StringUtils.*;

import java.io.IOException;
import java.io.Serializable;
import java.util.HashMap;
Expand Down Expand Up @@ -57,6 +55,8 @@
import org.apache.zeppelin.user.AuthenticationInfo;
import org.apache.zeppelin.user.Credentials;

import static org.apache.commons.lang.StringUtils.*;

/**
* Binded interpreters for a note
*/
Expand Down

0 comments on commit 046f5f4

Please sign in to comment.