Javadoc fixes.

This commit is contained in:
Michael Lipp 2023-08-07 10:28:47 +02:00
parent a2f00eb1ec
commit 3e43d02931
23 changed files with 50 additions and 149 deletions

View file

@ -44,7 +44,8 @@ public class VmDefChanged extends Event<Void> {
* Instantiates a new VM changed event.
*
* @param type the type
* @param metadata the metadata
* @param crd the crd
* @param object the object
*/
public VmDefChanged(Type type, V1APIResource crd, V1Namespace object) {
this.type = type;