Skip to content

Commit

Permalink
Add since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Aug 8, 2024
1 parent ec0cbde commit 3c85cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public Sum add(final Sum other) {
*
* @param other Sum to subtract.
* @return this instance.
* @since 1.2
*/
public Sum subtract(final Sum other) {
return add(-other.sum, -other.comp);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

/**
* {@link DD} field.
*
* @since 1.2
*/
public final class DDField extends AbstractField<DD> {
/** Singleton. */
Expand Down

0 comments on commit 3c85cc2

Please sign in to comment.