Skip to content

Commit ce51129

Browse files
committed
the that was too much
1 parent b13a096 commit ce51129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

epoll/src/main/java/tel/schich/javacan/util/CopyingFrameHandlerProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import tel.schich.javacan.RawCanChannel;
2727

2828
/**
29-
* This simple {@link FrameHandler} proxy implementation that copies the
29+
* This simple {@link FrameHandler} proxy implementation copies the
3030
* {@link CanFrame} that is based on a shared buffer.
3131
* Copying the frame should be avoided if possible, but in some cases it is necessary, this proxy makes
3232
* sure the consumer can't accidentally forget to copy it.

epoll/src/main/java/tel/schich/javacan/util/CopyingMessageHandlerProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import java.nio.ByteBuffer;
2828

2929
/**
30-
* This simple {@link MessageHandler} proxy implementation that copies the
30+
* This simple {@link MessageHandler} proxy implementation copies the
3131
* shared read only buffer passed in by the event loop into a new buffer that is also writable.
3232
* Copying the buffer should be avoided if possible, but in some cases it is necessary, this proxy makes
3333
* sure the consumer can't accidentally forget to copy it.

0 commit comments

Comments
 (0)