Optimize libraries (#2458)
This commit is contained in:
committed by
GitHub
parent
8c0ce48aae
commit
8a34433095
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user