diff options
author | Simon McDuff | 2008-06-24 01:21:13 +0000 |
---|---|---|
committer | Simon McDuff | 2008-06-24 01:21:13 +0000 |
commit | ecf03ed3c5ba4e132ffae2278be7b144c674aa54 (patch) | |
tree | 03e3a1ddeda69f33cc4310161bb170ec8c1274c7 | |
parent | 1b0d7961c9c2fc7f28abb02591bad07dc5c067df (diff) | |
download | cdo-ecf03ed3c5ba4e132ffae2278be7b144c674aa54.tar.gz cdo-ecf03ed3c5ba4e132ffae2278be7b144c674aa54.tar.xz cdo-ecf03ed3c5ba4e132ffae2278be7b144c674aa54.zip |
233490: Change Subscription
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233490
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/protocol/InvalidationNotification.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/protocol/InvalidationNotification.java index 44b23fb624..ee6d101773 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/protocol/InvalidationNotification.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/protocol/InvalidationNotification.java @@ -30,6 +30,7 @@ import java.util.List; /** * @author Eike Stepper + * @TODO After Merging to HEAD (from 2.0.0) need to change this classname for CommitNotificationRequest */ public class InvalidationNotification extends Request { diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/protocol/InvalidationIndication.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/protocol/InvalidationIndication.java index 2adf9acdec..44b2393ffa 100644 --- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/protocol/InvalidationIndication.java +++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/protocol/InvalidationIndication.java @@ -33,6 +33,7 @@ import java.util.Set; /** * @author Eike Stepper + * @TODO After Merging to HEAD (from 2.0.0) need to change this classname for CommitNotificationIndication */ public class InvalidationIndication extends Indication { |