RE: AntiEntropyService Singleton

2010-05-08 Thread Stu Hood
You're right, it should be private. But... I don't think it is worth opening a ticket for. -Original Message- From: "Eben Hewitt" Sent: Saturday, May 8, 2010 11:37am To: user@cassandra.apache.org Subject: AntiEntropyService Singleton Hi Everyone Thanks for your

AntiEntropyService Singleton

2010-05-08 Thread Eben Hewitt
Hi Everyone Thanks for your all of your terrific work. I have a question about org/apache/cassandra/service/AntiEntropyService.java. It's declared as a Singleton with this line and comment: // singleton enforcement public static final AntiEntropyService instance = new AntiEntropyService(); B