From fe1718671454459cb6115170f5834ec148bf3ac8 Mon Sep 17 00:00:00 2001 From: wentch <22250530@qq.com> Date: Thu, 21 Jan 2016 15:35:52 +0800 Subject: [PATCH] --- src/org/redkale/source/DistributeTables.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/redkale/source/DistributeTables.java b/src/org/redkale/source/DistributeTables.java index 3121de625..35e280f91 100644 --- a/src/org/redkale/source/DistributeTables.java +++ b/src/org/redkale/source/DistributeTables.java @@ -10,9 +10,9 @@ import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; /** - * 当使用DistributeGenerator控制主键值时, 如果表A与表B使用同一主键时, 就需要将表A的class标记: + * 当使用DistributeGenerator控制主键值时, 如果表A与表AHistory使用同一主键时, 就需要将表A的class标记: *
- *  @DistributeTables({B.class})
+ *  @DistributeTables({AHistory.class})
  *  public class A {
  *  }
  *