HHH-13874 - Removing the @author added.

The newly added @author in the previous commit or deprecation messages has been removed in this commit.
This commit is contained in:
The Geeky Asian 2020-02-21 10:49:51 +04:00 committed by Steve Ebersole
parent e98e89d806
commit b914b02dca
2 changed files with 0 additions and 4 deletions

View File

@ -160,8 +160,6 @@ public abstract class Constraint implements RelationalModel, Exportable, Seriali
* This is a duplicate method, that has been removed in v.6.0.
* {@link #getColumnIterator()} is the one that will stay.
*
* @author TheGeekyAsian
*
* @deprecated (Since 6.0) use {@link #getColumnIterator()} instead.
*/
@Deprecated

View File

@ -237,8 +237,6 @@ public abstract class BaseCoreFunctionalTestCase extends BaseUnitTestCase {
}
/**
*
* @author TheGeekyAsian
*
* @deprecated (Since 6.0) this method will be renamed to getOrmXmlFile().
*/