Skip to content

Commit

Permalink
undo unrelated javadoc change
Browse files Browse the repository at this point in the history
  • Loading branch information
nimakarimipour committed Nov 5, 2024
1 parent 566bb88 commit a0076e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ public interface SerializationAdapter {
String serializeMethodSignature(Symbol.MethodSymbol methodSymbol);

/**
* Returns the adapter corresponding to the given version.
* Gets the adapter for the given version number.
*
* @param version The version of the adapter to return.
* @return The adapter corresponding to the given version.
* @param version Version number of the adapter.
* @return Adapter for the given version.
*/
static SerializationAdapter getAdapterForVersion(int version) {
switch (version) {
Expand Down

0 comments on commit a0076e0

Please sign in to comment.