HHH-3892 : restore original author

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17332 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gail Badner 2009-08-17 10:29:14 +00:00
parent 5efada8f33
commit c49ab737cc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import java.sql.Types;
/**
* <tt>text</tt>: A type that maps an SQL LONGVARCHAR to a Java String.
*
* @author Gail Badner
* @author Gavin King, Bertrand Renuart
*/
public class TextType extends AbstractLongStringType {