Skip to content

Commit

Permalink
[USERGRID-342] Added unimplemented remove method to ElasticSearchQuer…
Browse files Browse the repository at this point in the history
…yExecutor. Fixed merge artifact in AdminEmailEncodingIT
  • Loading branch information
r3b committed Mar 27, 2015
1 parent 2d1c8b8 commit d20267b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,9 @@ public Results next() {

return toReturn;
}

@Override
public void remove() {
throw new RuntimeException("Remove not implemented!!");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,9 @@ public void getTokenQuote() throws Exception {
* Given an organization name and an arbitrary character or string,
* ensure that an organization and admin user can be created when
* the given string is a part of the admin email address
<<<<<<< HEAD
* @param symbol
=======
*
* @param symbol
* @throws IOException
>>>>>>> b4727f1db4b3e3e312b6f40d25a42ee66246cfd7
* @throws UniformInterfaceException
*/
private void doTest(String symbol) throws UniformInterfaceException {

Expand Down

0 comments on commit d20267b

Please sign in to comment.