Github user felixcheung commented on the issue:

    https://github.com/apache/zeppelin/pull/3092
  
    no, I mean
    
    paragraph 1
    ```
    %java
    
    Map<String, Long> counts = new HashMap<>();
    ```
    
    paragraph 2
    ```
    %java
    
    counts.put("key", 1);
    ```


---

Reply via email to