mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
make private field public for accessibility
This commit is contained in:
parent
aa55a5a003
commit
ede1f185c9
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ import com.google.gson.Gson;
|
|||
*/
|
||||
public class WatcherMessage {
|
||||
|
||||
private String message;
|
||||
private String noteId;
|
||||
private String subject;
|
||||
public String message;
|
||||
public String noteId;
|
||||
public String subject;
|
||||
|
||||
private static final Gson gson = new Gson();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue