This is an automated email from the ASF dual-hosted git repository.
klund pushed a commit to branch feature/GEODE-3940
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-3940 by this
push:
new bd1c0ec Remove todo with author name
bd1c0ec is described below
commit bd1c0ecb1ad6f9abbd6e4c7b92c304febeef85f3
Author: Kirk Lund <[email protected]>
AuthorDate: Tue Nov 14 09:54:50 2017 -0800
Remove todo with author name
---
.../org/apache/geode/internal/cache/backup/BackupDistributedTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/internal/cache/backup/BackupDistributedTest.java
b/geode-core/src/test/java/org/apache/geode/internal/cache/backup/BackupDistributedTest.java
index ec869b6..aa05da6 100755
---
a/geode-core/src/test/java/org/apache/geode/internal/cache/backup/BackupDistributedTest.java
+++
b/geode-core/src/test/java/org/apache/geode/internal/cache/backup/BackupDistributedTest.java
@@ -453,7 +453,7 @@ public class BackupDistributedTest extends
PersistentPartitionedRegionTestBase {
AdminFailureResponse.create(message.getSender(), exception);
response.setMsgId(((PrepareBackupRequest) message).getMsgId());
dm.putOutgoing(response);
- throw new RuntimeException("Stop processing"); // TODO:KIRK: what is
this?
+ throw new RuntimeException("Stop processing");
}
}
};
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].