Package com.google.gerrit.reviewdb.client.Patch

Examples of com.google.gerrit.reviewdb.client.Patch.Key


        ( listenablePrefs.get().isSkipUncommented() &&
          patch.getCommentCount() == 0 ) ) {
      return null;
    }

    Key thisKey = patch.getKey();
    PatchLink link;
    if (patchType == PatchScreen.Type.SIDE_BY_SIDE
        && patch.getPatchType() == Patch.PatchType.UNIFIED) {
      link = new PatchLink.SideBySide("", base, thisKey, index, detail, this);
    } else {
View Full Code Here

TOP

Related Classes of com.google.gerrit.reviewdb.client.Patch.Key

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.