Skip to content

Commit 10c146b

Browse files
committed
resolve dangling comments warning from java 21
1 parent 9d69f75 commit 10c146b

14 files changed

Lines changed: 15 additions & 16 deletions

py5_jar/src/main/java/py5/core/PrintUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/Py5Bridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/Py5ColorHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/Py5Graphics.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz
@@ -35,7 +35,6 @@
3535
* that would end up being a lot of work and hard to maintain. A better approach
3636
* is to add functions to Py5GraphicsHelper.
3737
*/
38-
3938
public class Py5Graphics extends PGraphics {
4039

4140
public static final char CODED = PGraphics.CODED;

py5_jar/src/main/java/py5/core/Py5GraphicsHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/Py5ShapeHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/Py5SurfaceDummy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/Sketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/SketchBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

py5_jar/src/main/java/py5/core/graphics/HiddenPy5GraphicsJava2D.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/******************************************************************************
1+
/* ****************************************************************************
22
33
Part of the py5 library
44
Copyright (C) 2020-2025 Jim Schmitz

0 commit comments

Comments
 (0)