[#3805] Fix incorrect javadoc in PlatformDependent

This commit is contained in:
Norman Maurer 2015-05-22 15:51:32 +02:00
parent ad7f033c06
commit 08d234cdf0

View File

@ -151,8 +151,8 @@ public final class PlatformDependent {
} }
/** /**
* Returns {@code true} if the platform has reliable low-level direct buffer access API and a user specified * Returns {@code true} if the platform has reliable low-level direct buffer access API and a user has not specified
* {@code -Dio.netty.preferDirect} option. * {@code -Dio.netty.noPreferDirect} option.
*/ */
public static boolean directBufferPreferred() { public static boolean directBufferPreferred() {
return DIRECT_BUFFER_PREFERRED; return DIRECT_BUFFER_PREFERRED;