From 0aad4cd3e3fe3db90904ffc51b35e4ff160b53c5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Jun 2024 00:08:04 +0100 Subject: gentoo auto-resync : 10:06:2024 - 00:08:04 --- games-puzzle/pauker/files/pauker-1.8-javadoc.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 games-puzzle/pauker/files/pauker-1.8-javadoc.patch (limited to 'games-puzzle/pauker/files/pauker-1.8-javadoc.patch') diff --git a/games-puzzle/pauker/files/pauker-1.8-javadoc.patch b/games-puzzle/pauker/files/pauker-1.8-javadoc.patch new file mode 100644 index 000000000000..ab87fe73c723 --- /dev/null +++ b/games-puzzle/pauker/files/pauker-1.8-javadoc.patch @@ -0,0 +1,34 @@ +#829503 +--- a/src/pauker/program/gui/swing/LineLabeler.java ++++ b/src/pauker/program/gui/swing/LineLabeler.java +@@ -25,7 +25,7 @@ import javax.swing.text.JTextComponent; + + /** + * A panel for labelling the Pauker import dialog +- * @author Ronny Standtke ++ * @author Ronny Standtke + */ + public class LineLabeler extends JPanel implements DocumentListener { + +--- a/src/pauker/program/Card.java ++++ b/src/pauker/program/Card.java +@@ -118,7 +118,7 @@ public class Card { + /** + * sets if the card is learned or not + * @param learned if true the cards state is set to learned and the current date is used as +- * learnedDate ++ * learnedDate + */ + public void setLearned(boolean learned) { + frontSide.setLearned(learned); +LongTermBatch.java:101: error: @param name not found +--- a/src/pauker/program/LongTermBatch.java ++++ b/src/pauker/program/LongTermBatch.java +@@ -98,7 +98,6 @@ public class LongTermBatch extends Batch { + } + + /** gets an expired card +- * @param i the index of the expired card + * @return the expired card + */ + public Card getOldestExpiredCard() { -- cgit v1.2.3