Package org.waveprotocol.wave.diff.impl

Examples of org.waveprotocol.wave.diff.impl.WaveletDiffSnapshotImpl


      snapshot = null;
    }

    @Override
    public WaveletDiffSnapshotImpl getSnapshot() {
      return new WaveletDiffSnapshotImpl(snapshot);
    }
View Full Code Here


      return new WaveletDiffSnapshotImpl(snapshot);
    }

    @Override
    public void setSnapshot(WaveletDiffSnapshot message) {
      this.snapshot = new WaveletDiffSnapshotImpl(message);
    }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.diff.impl.WaveletDiffSnapshotImpl

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.