You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2014/07/20 19:36:45 UTC

git commit: METAMODEL-69: Fixed typo of previous commit.

Repository: incubator-metamodel
Updated Branches:
  refs/heads/master 48db73075 -> 80226bfa1


METAMODEL-69: Fixed typo of previous commit.

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/80226bfa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/80226bfa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/80226bfa

Branch: refs/heads/master
Commit: 80226bfa11f041675a794ada6c035a3c2f4fd80b
Parents: 48db730
Author: Kasper Sørensen <i....@gmail.com>
Authored: Sun Jul 20 19:35:41 2014 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Sun Jul 20 19:35:41 2014 +0200

----------------------------------------------------------------------
 .../metamodel/util/LegacyDeserializationObjectInputStream.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/80226bfa/core/src/main/java/org/apache/metamodel/util/LegacyDeserializationObjectInputStream.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/metamodel/util/LegacyDeserializationObjectInputStream.java b/core/src/main/java/org/apache/metamodel/util/LegacyDeserializationObjectInputStream.java
index 5e91494..c1125ea 100644
--- a/core/src/main/java/org/apache/metamodel/util/LegacyDeserializationObjectInputStream.java
+++ b/core/src/main/java/org/apache/metamodel/util/LegacyDeserializationObjectInputStream.java
@@ -226,7 +226,7 @@ public class LegacyDeserializationObjectInputStream extends ObjectInputStream {
         }
     }
 
-    private static final String OLD_CLASS_NAME_COLUMN_TYPE = "org.apache.metamodel.schema.ColumnType";
+    private static final String OLD_CLASS_NAME_COLUMN_TYPE = "org.eobjects.metamodel.schema.ColumnType";
 
     public LegacyDeserializationObjectInputStream(InputStream in) throws IOException, SecurityException {
         super(in);