From 9614fc02b9d03923d3849778aeb1f647ececfcc5 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 13 Aug 2012 17:56:37 +0000 Subject: [PATCH] This note has been obsolete since r376. Removed. --- src/main/java/com/samskivert/depot/SchemaMigration.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/com/samskivert/depot/SchemaMigration.java b/src/main/java/com/samskivert/depot/SchemaMigration.java index 86281c4..0a60323 100644 --- a/src/main/java/com/samskivert/depot/SchemaMigration.java +++ b/src/main/java/com/samskivert/depot/SchemaMigration.java @@ -105,9 +105,7 @@ public abstract class SchemaMigration extends Modifier } /** - * A convenient migration for changing the type of an existing field. NOTE: This object is - * instantiated with the name of a persistent field, not the name of a database column. These - * can be very different things for classes that use @Column annotations. + * A convenient migration for changing the type of an existing field. */ public static class Retype extends SchemaMigration {