Skip to content
This repository was archived by the owner on Feb 21, 2021. It is now read-only.

Commit 9fce79b

Browse files
committed
minor fixes in the javadocs annotation
1 parent 2402dd2 commit 9fce79b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

FXHelloCV/src/it/polito/elite/teaching/cv/FXHelloCV.fxml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<?import javafx.scene.image.ImageView?>
66
<?import javafx.scene.layout.BorderPane?>
77
<?import javafx.scene.layout.HBox?>
8-
<?import javafx.scene.layout.Pane?>
9-
<?import javafx.scene.text.Text?>
108

119
<BorderPane xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="it.polito.elite.teaching.cv.FXHelloCVController">
1210
<bottom>

FXHelloCV/src/it/polito/elite/teaching/cv/FXHelloCVController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* acquired video stream.
2222
*
2323
* @author <a href="mailto:luigi.derussis@polito.it">Luigi De Russis</a>
24-
* @author Maximilian Zuleger - some fixes <max-z.de>
24+
* @author <a href="http://max-z.de">Maximilian Zuleger</a> (minor fixes)
2525
* @version 2.0 (2016-09-17)
2626
* @since 1.0 (2013-10-20)
2727
*

FXHelloCV/src/it/polito/elite/teaching/cv/utils/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Moreover, expose some "low level" methods for matching few JavaFX behavior.
1616
*
1717
* @author <a href="mailto:luigi.derussis@polito.it">Luigi De Russis</a>
18-
* @author Maximilian Zuleger <max-z.de>
18+
* @author <a href="http://max-z.de">Maximilian Zuleger</a>
1919
* @version 1.0 (2016-09-17)
2020
* @since 1.0
2121
*

0 commit comments

Comments
 (0)