Skip to content

Commit

Permalink
HSEARCH-3810 Move SimpleNameClassFormatter to a more appropriate module
Browse files Browse the repository at this point in the history
There's nothing specific to the engine in this class.
  • Loading branch information
yrodiere authored and fax4ever committed Jan 22, 2020
1 parent faaa6cb commit 0a2b158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@

import org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException;
import org.hibernate.search.engine.logging.spi.MappableTypeModelFormatter;
import org.hibernate.search.engine.logging.spi.SimpleNameClassFormatter;
import org.hibernate.search.util.common.logging.impl.SimpleNameClassFormatter;
import org.hibernate.search.engine.mapper.model.spi.MappableTypeModel;
import org.hibernate.search.engine.search.aggregation.AggregationKey;
import org.hibernate.search.engine.spatial.GeoPoint;
Expand Down
Expand Up @@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.search.engine.logging.spi;
package org.hibernate.search.util.common.logging.impl;

public final class SimpleNameClassFormatter {

Expand Down

0 comments on commit 0a2b158

Please sign in to comment.