Skip to content

Commit

Permalink
avoid using e.g. in javadoc to not cut short the line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlehm authored and vietj committed Aug 8, 2023
1 parent 4924118 commit fafa359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/core/net/ProxyOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ProxyOptions {
/**
* The default port for proxy connect = 3128
*
* 3128 is the default port for e.g. Squid
* 3128 is the default port for Squid
*/
public static final int DEFAULT_PORT = 3128;

Expand Down

0 comments on commit fafa359

Please sign in to comment.