aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/classes/com/sun/opengl/utils/JOGLAppletLauncher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java b/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java
index 11eff0e41..0ba85f799 100755
--- a/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java
+++ b/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java
@@ -435,7 +435,7 @@ public class JOGLAppletLauncher extends Applet {
loadNativesAndStart(installDir);
}
- public long getTimestamp(File installDir, long timestamp) {
+ private long getTimestamp(File installDir, long timestamp) {
// Avoid returning valid value if timestamp file doesn't exist
try {
BufferedReader reader = new BufferedReader(new FileReader(new File(installDir, "timestamp")));