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:
parent
e98e89d806
commit
b914b02dca
|
@ -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
|
||||
|
|
|
@ -237,8 +237,6 @@ public abstract class BaseCoreFunctionalTestCase extends BaseUnitTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @author TheGeekyAsian
|
||||
*
|
||||
* @deprecated (Since 6.0) this method will be renamed to getOrmXmlFile().
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue