Skip to content

Commit

Permalink
Fix javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style authored Jul 25, 2022
1 parent 9fbfcf8 commit f66dd25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

public enum PacketFlow {
/**
* Server (Backend) -> Proxy
* Server (Backend) to Proxy
*/
TO_PROXY,
/**
* Proxy -> Server (Backend)
* Proxy to Server (Backend)
*/
TO_SERVER,
}

0 comments on commit f66dd25

Please sign in to comment.