Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.7 e2a35f3f1 -> ce64df799


[ZEPPELIN-1586][MINOR] add new line char before "[urls]"

### What is this PR for?
This is a minor bug fix in ZEPPELIN-1586; add new line char before "[urls]"

### What type of PR is it?
[Minor Bug Fix]

### What is the Jira issue?
* [ZEPPELIN-1586](https://issues.apache.org/jira/browse/ZEPPELIN-1586)

### How should this be tested?
CI should be green.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A

Author: Prabhjyot  Singh <prabhjyotsi...@gmail.com>

Closes #2049 from prabhjyotsingh/ZEPPELIN-1586 and squashes the following 
commits:

f7e9c89 [Prabhjyot  Singh] add new line char before "[urls]"

(cherry picked from commit 88637eaa4eee286689a57cb0053c58f0ef297bfe)
Signed-off-by: Prabhjyot Singh <prabhjyotsi...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/ce64df79
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/ce64df79
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/ce64df79

Branch: refs/heads/branch-0.7
Commit: ce64df799db116a005f5e23aa65b87833f13264c
Parents: e2a35f3
Author: Prabhjyot  Singh <prabhjyotsi...@gmail.com>
Authored: Tue Feb 21 13:17:53 2017 +0530
Committer: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Committed: Fri Feb 24 12:47:39 2017 +0530

----------------------------------------------------------------------
 .../test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ce64df79/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java
----------------------------------------------------------------------
diff --git 
a/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java
 
b/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java
index 2ff8d40..d1fb501 100644
--- 
a/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java
+++ 
b/zeppelin-server/src/test/java/org/apache/zeppelin/rest/AbstractTestRestApi.java
@@ -84,7 +84,7 @@ public abstract class AbstractTestRestApi {
       "role1 = *\n" +
       "role2 = *\n" +
       "role3 = *\n" +
-      "admin = *" +
+      "admin = *\n" +
       "[urls]\n" +
       "/api/version = anon\n" +
       "/** = authc";

Reply via email to