Skip to content

Commit

Permalink
Cleaning up; switched to openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Sep 12, 2019
1 parent a675547 commit d094ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<classpathentry kind="src" path="contrib/examples/src/java"/>
<classpathentry kind="src" path="contrib/examples/src/test"/>
<classpathentry kind="con" path="build/solr-download/apache-solr-4.0.0-SVN/org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="build/solrjars-extracted/solr/test-framework/lib/ant-1.8.2.jar"/>
<classpathentry kind="lib" path="build/solrjars-extracted/solr/test-framework/lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="build/solrjars-extracted/solr/antlr4-runtime-4.5.1-1.jar"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,7 @@ private void testAuthorQuery(String...vals) throws Exception {
assert vals.length%3==0;
for (int i=0;i<vals.length;i=i+3) {

System.out.println(escapeUnicode(vals[i]));
//System.out.println(escapeUnicode(vals[i]));


boolean failed = true;
Expand Down

0 comments on commit d094ec1

Please sign in to comment.