teragrep / net_01

Java zero copy networking library
GNU Affero General Public License v3.0
0 stars 1 forks source link

Enhance javadocs so no warnings are thrown on compile #2

Open StrongestNumber9 opened 1 week ago

StrongestNumber9 commented 1 week ago

Description

src/main/java/com/teragrep/net_01/channel/buffer/writable/Writeables.java:50: warning: no comment
[WARNING] public final class Writeables implements Writeable {
[WARNING] ^

Use case or motivation behind the feature request

Add docs so no warnings are printed so actual warnings do not get drowned in the flood

Related issues

Additional context