diff --git a/client/src/main/java/envoy/client/ui/custom/ProfilePicImageView.java b/client/src/main/java/envoy/client/ui/custom/ProfilePicImageView.java index 89147d0..4708974 100644 --- a/client/src/main/java/envoy/client/ui/custom/ProfilePicImageView.java +++ b/client/src/main/java/envoy/client/ui/custom/ProfilePicImageView.java @@ -5,8 +5,7 @@ import javafx.scene.image.ImageView; import javafx.scene.shape.Rectangle; /** - * Displays the profile picture of a user using the superior method of OOP - * instead of boilerplate code. + * Provides a set of convenience constructors for images that are displayed as profile pictures. *

* Project: envoy-client
* File: ProfilePicImageView.java