Skip to content

Commit

Permalink
Add missing since()
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Mar 5, 2024
1 parent 952a3e2 commit 95d0f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public String docs() {

@Override
public Version since() {
throw new UnsupportedOperationException("Not supported yet.");
return MSVersion.V3_3_5;
}

}
Expand Down

0 comments on commit 95d0f51

Please sign in to comment.