Repository: cassandra
Updated Branches:
  refs/heads/trunk 15f17adf8 -> c0f2dc5d3


Fix build, change to ASCII char

Patch by Jaebin Lee; reviewed by Robert Stupp for CASSANDRA-10597


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c0f2dc5d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c0f2dc5d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c0f2dc5d

Branch: refs/heads/trunk
Commit: c0f2dc5d3dcf3913801577b42175f13b159338b4
Parents: 15f17ad
Author: Jaebin Lee <jb...@riseup.net>
Authored: Tue Oct 27 12:29:35 2015 +0100
Committer: Robert Stupp <sn...@snazy.de>
Committed: Tue Oct 27 12:29:35 2015 +0100

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/security/CipherFactoryTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c0f2dc5d/test/unit/org/apache/cassandra/security/CipherFactoryTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/security/CipherFactoryTest.java 
b/test/unit/org/apache/cassandra/security/CipherFactoryTest.java
index bb6f7ce..53bccc7 100644
--- a/test/unit/org/apache/cassandra/security/CipherFactoryTest.java
+++ b/test/unit/org/apache/cassandra/security/CipherFactoryTest.java
@@ -19,7 +19,7 @@ public class CipherFactoryTest
     // http://www.gutenberg.org/files/4300/4300-h/4300-h.htm
     static final String ULYSSEUS = "Stately, plump Buck Mulligan came from the 
stairhead, bearing a bowl of lather on which a mirror and a razor lay crossed. 
" +
                                    "A yellow dressinggown, ungirdled, was 
sustained gently behind him on the mild morning air. He held the bowl aloft and 
intoned: " +
-                                   "—Introibo ad altare Dei.";
+                                   "-Introibo ad altare Dei.";
     TransparentDataEncryptionOptions encryptionOptions;
     CipherFactory cipherFactory;
     SecureRandom secureRandom;

Reply via email to