Replaced shitty javadoc with nice new and young javadoc

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
This commit is contained in:
DieGurke 2020-08-01 11:09:24 +02:00 committed by GitHub
parent 209262b4c9
commit fe4f9bf219
1 changed files with 1 additions and 2 deletions

View File

@ -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.
* <p>
* Project: <strong>envoy-client</strong><br>
* File: <strong>ProfilePicImageView.java</strong><br>