From c0f2dc5d3dcf3913801577b42175f13b159338b4 Mon Sep 17 00:00:00 2001 From: Jaebin Lee Date: Tue, 27 Oct 2015 12:29:35 +0100 Subject: [PATCH] Fix build, change to ASCII char Patch by Jaebin Lee; reviewed by Robert Stupp for CASSANDRA-10597 --- test/unit/org/apache/cassandra/security/CipherFactoryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/org/apache/cassandra/security/CipherFactoryTest.java b/test/unit/org/apache/cassandra/security/CipherFactoryTest.java index bb6f7ce3af..53bccc7308 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;