Package com.google.gerrit.client.changes

Examples of com.google.gerrit.client.changes.QueryScreen


  }

  private static void query(final String token) {
    final String s = skip(token);
    final int c = s.indexOf(',');
    Gerrit.display(token, new QueryScreen(s.substring(0, c), s.substring(c + 1)));
  }
View Full Code Here

TOP

Related Classes of com.google.gerrit.client.changes.QueryScreen

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.