Skip to content

Commit

Permalink
Fix javadoc (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Mar 7, 2024
1 parent 3b5d0a8 commit a9ca98f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2023 VMware, Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2011-2024 VMware, Inc. or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -175,7 +175,7 @@ public final UdpClient runOn(LoopResources channelResources) {
*
* @param loopResources a new loop resources
* @param preferNative should prefer running on epoll, kqueue or similar instead of java NIO
* @return a new {@link UdpServer} reference
* @return a new {@link UdpClient} reference
*/
@Override
public final UdpClient runOn(LoopResources loopResources, boolean preferNative) {
Expand Down

0 comments on commit a9ca98f

Please sign in to comment.