Skip to content

Commit

Permalink
HSEARCH-1292 Fix New line at the end of files requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD authored and Sanne committed Apr 24, 2013
1 parent e6dca43 commit 336a4da
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 10 deletions.
Expand Up @@ -30,4 +30,4 @@
*
* @author Emmanuel Bernard
*/
package org.hibernate.search.indexes.serialization.javaserialization.impl;
package org.hibernate.search.indexes.serialization.javaserialization.impl;
Expand Up @@ -25,4 +25,4 @@
/**
* This package contains custom Lucene Collector implementations.
*/
package org.hibernate.search.query.collector.impl;
package org.hibernate.search.query.collector.impl;
Expand Up @@ -27,4 +27,4 @@
* While this API is slightly subject to change we highly encourage users to
* to go for it as it provides many benefits.
*/
package org.hibernate.search.query.dsl;
package org.hibernate.search.query.dsl;
Expand Up @@ -27,5 +27,3 @@
* <a href="http://en.wikipedia.org/wiki/Faceted_search">Faceted Search</a>.
*/
package org.hibernate.search.query.facet;


Expand Up @@ -24,4 +24,4 @@
/**
* This package contains various experimentations. Do not use.
*/
package org.hibernate.search.sandbox;
package org.hibernate.search.sandbox;
Expand Up @@ -27,4 +27,4 @@
* Temptative to externalize the query functions from Hibernate Core specifics.
* This will open the doors to easier back end alternatives, including search-wise.
*/
package org.hibernate.search.sandbox.standalone;
package org.hibernate.search.sandbox.standalone;
Expand Up @@ -153,4 +153,4 @@ private SessionFactory getSessionFactory() {
);
}
}
}
}
Expand Up @@ -106,4 +106,4 @@ public interface IndexControlMBean {
* @throws UnsupportedOperationException in case the Hibernate {@code SessionFactory} is not bound via JNDI.
*/
void purge(String entity);
}
}
Expand Up @@ -387,4 +387,4 @@ public RuntimeException createTimeoutException(String message, org.apache.lucene
}

};
}
}

0 comments on commit 336a4da

Please sign in to comment.