From fe4f9bf219b0ab2697d289f4245053084103aeca Mon Sep 17 00:00:00 2001 From: DieGurke <55625494+DieGurke@users.noreply.github.com> Date: Sat, 1 Aug 2020 11:09:24 +0200 Subject: [PATCH] Replaced shitty javadoc with nice new and young javadoc Co-authored-by: CyB3RC0nN0R --- .../main/java/envoy/client/ui/custom/ProfilePicImageView.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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