matthiasblaesing commented on code in PR #7533:
URL: https://github.com/apache/netbeans/pull/7533#discussion_r1668998351
##########
ide/docker.api/src/org/netbeans/modules/docker/api/DockerImage.java:
##########
@@ -88,6 +88,10 @@ public long getSize() {
return size;
}
+ /**
+ * @deprecated Removed from Docker Engine in v1.44. Return size value.
+ * @return
+ */
public long getVirtualSize() {
Review Comment:
In addition to the `@deprecated` javadoc tag please also add the
`@Deprecated` annotation (see:
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Deprecated.html)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists