Examples of WaveletDiff


Examples of org.waveprotocol.wave.diff.FetchDiffResponse.WaveletDiff

      return this;
    }

    /** Builds a {@link WaveletDiff} using this builder and a factory. */
    public WaveletDiff build(Factory factory) {
      WaveletDiff message = factory.create();
      message.setWaveletId(waveletId);
      message.setSnapshot(snapshot);
      return message;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.