Package org.waveprotocol.wave.diff.jso.FetchDiffResponseJsoImpl

Examples of org.waveprotocol.wave.diff.jso.FetchDiffResponseJsoImpl.WaveletDiffJsoImpl


    private static final String keySnapshot = "2";
    protected WaveletDiffJsoImpl() {
    }

    public static WaveletDiffJsoImpl create() {
      WaveletDiffJsoImpl instance = (WaveletDiffJsoImpl) JsonMessage.createJsonMessage();
      // Force all lists to start with an empty list rather than no property for
      // the list. This is so that the native JS equality works, since (obviously)
      // {} != {"foo": []} while in the context of messages they should be.
      return instance;
    }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.diff.jso.FetchDiffResponseJsoImpl.WaveletDiffJsoImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.