Skip to content

Commit 45f1bf3

Browse files
author
rcartwright
committed
This revision updates the javalanglevels jar to be consistent with the
current version of the javalanglevels code base. It includes a tiny cosmetic change to the PlatformSupport class (the formatting of a comment). The following files were modified: M lib/javalanglevels-base.jar M src/edu/rice/cs/drjava/platform/PlatformSupport.java git-svn-id: file:///tmp/test-svn/trunk@5393 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent e58ae58 commit 45f1bf3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

drjava/lib/javalanglevels-base.jar

14.3 KB
Binary file not shown.

drjava/src/edu/rice/cs/drjava/platform/PlatformSupport.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@
3939
import javax.swing.Action;
4040
import java.net.URL;
4141

42-
/**
43-
* Central interface for all platform-specific code in DrJava.
44-
* A default platform-neutral implementation is provided in DefaultPlatform.
45-
* @version $Id$
46-
* @see edu.rice.cs.drjava.platform.DefaultPlatform
47-
*/
42+
/** The central interface for all platform-specific code in DrJava. A default platform-neutral implementation is
43+
* provided in DefaultPlatform.
44+
* @version $Id$
45+
* @see edu.rice.cs.drjava.platform.DefaultPlatform
46+
*/
4847
public interface PlatformSupport {
4948

5049
/** Returns whether this is a Mac OS X platform. */

0 commit comments

Comments
 (0)