Skip to content

Commit 7342b8b

Browse files
committed
improve javadoc
1 parent 2135a20 commit 7342b8b

38 files changed

+2416
-230
lines changed

examples/java/Tiled/Tiled.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ public class Tiled extends Window {
66
public Tiled() {
77
super(800, 600, "Tiled/assets");
88

9-
this.setDebug(true);
10-
119
I18n.setup();
1210

1311
this.setStage(new World());

examples/reference/SpriteWhenKeyPressed.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import java.awt.event.*;
21
import org.openpatch.scratch.KeyCode;
32
import org.openpatch.scratch.Sprite;
43
import org.openpatch.scratch.Stage;

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ library.keywords=scratch
8080
# Include javadoc references into your project's javadocs.
8181

8282
#javadoc.java.href=http://docs.oracle.com/javase/7/docs/api/
83-
javadoc.java.href=http://docs.oracle.com/javase/11/docs/api/
83+
javadoc.java.href=http://docs.oracle.com/en/java/javase/17/docs/api/
8484
javadoc.processing.href=http://processing.github.io/processing-javadocs/core/

0 commit comments

Comments
 (0)