Optimize libraries (#2458)

This commit is contained in:
Grzegorz Piwowarek
2017-08-22 13:13:24 +02:00
committed by GitHub
parent 8c0ce48aae
commit 8a34433095
4 changed files with 10 additions and 7 deletions
@@ -7,7 +7,7 @@ import net.openhft.chronicle.ExcerptAppender;
public class ChronicleQueue {
public static void writeToQueue(
static void writeToQueue(
Chronicle chronicle, String stringValue, int intValue, long longValue, double doubleValue)
throws IOException {
ExcerptAppender appender = chronicle.createAppender();