HHH-15350 Delete Non-ASCII characters in an identifier class

This commit is contained in:
Icemap 2022-06-17 19:58:47 +08:00 committed by Christian Beikov
parent 2700b0a8cf
commit 941db3c37c
2 changed files with 0 additions and 16 deletions

View File

@ -14,7 +14,6 @@ import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
import org.hibernate.boot.spi.SessionFactoryOptions;
import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.internal.util.ReflectHelper;
import org.hibernate.orm.test.internal.util.hib3rnat3.C0nst4nts३;
import org.hibernate.service.spi.ServiceRegistryImplementor;
import org.hibernate.testing.TestForIssue;

View File

@ -1,15 +0,0 @@
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* 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.orm.test.internal.util.hib3rnat3;
/**
* @author Vlad Mihalcea
*/
public class C0nst4nts३ {
public static final String ABC_DEF = "xyz";
}