[hibernate-commits] Hibernate SVN: r19081 - validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Mar 22 16:19:52 EDT 2010


Author: hardy.ferentschik
Date: 2010-03-22 16:19:52 -0400 (Mon, 22 Mar 2010)
New Revision: 19081

Modified:
   validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/ResourceBundleMessageInterpolator.java
Log:
 HV-238 Removed todo item. Keep the deprecated constructor for now.

Modified: validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/ResourceBundleMessageInterpolator.java
===================================================================
--- validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/ResourceBundleMessageInterpolator.java	2010-03-22 19:23:58 UTC (rev 19080)
+++ validator/trunk/hibernate-validator/src/main/java/org/hibernate/validator/engine/ResourceBundleMessageInterpolator.java	2010-03-22 20:19:52 UTC (rev 19081)
@@ -73,7 +73,6 @@
 	 *
 	 * @deprecated Use {@link ResourceBundleMessageInterpolator#ResourceBundleMessageInterpolator(ResourceBundleLocator)} instead.
 	 */
-	// TODO GM: Do we still need this? It was only used in tests, but there might be 3rd party code using it.
 	@Deprecated
 	public ResourceBundleMessageInterpolator(final ResourceBundle resourceBundle) {
 		this(



More information about the hibernate-commits mailing list