Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jan 22, 2023
1 parent 423cd56 commit d35b94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class SinkEventAttributeSet implements SinkEventAttributes, Cloneable {
/**
* An unmodifiable attribute set containing only a boxed attribute.
*
* @deprecated use {@link source} for source code
* @deprecated use {@link #SOURCE} for source code
*/
@Deprecated
public static final SinkEventAttributes BOXED;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ public interface Sink {
/**
* Starts an element that contains rows of table data.
*
* @See {@link #tableRows(int[], boolean)}
* @see #tableRows(int[], boolean)
*/
void tableRows();

Expand Down

0 comments on commit d35b94d

Please sign in to comment.