Skip to content

Commit ccde651

Browse files
committed
Add missing deprecation annotation
1 parent b596b01 commit ccde651

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/org/firebirdsql/management/FBBackupManagerBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public String getPath() {
5555
/**
5656
* @deprecated use {@link #size()}; this method may be removed in Jaybird 8 or later
5757
*/
58+
@Deprecated(since = "7", forRemoval = true)
5859
public int getSize() {
5960
return size;
6061
}

0 commit comments

Comments
 (0)