X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FBrowserLauncher.java;h=685e92f739cf2490f8127defa4d920f18112bbb6;hb=e25a1b7f5c6d86883170c5436a925b5fe95b85d1;hp=bba572729b97e3d4c53e84b35c994a8de1a4be37;hpb=8d3443821b7a965141364ab8efb3b4681143804a;p=jalview.git diff --git a/src/jalview/util/BrowserLauncher.java b/src/jalview/util/BrowserLauncher.java index bba5727..685e92f 100755 --- a/src/jalview/util/BrowserLauncher.java +++ b/src/jalview/util/BrowserLauncher.java @@ -43,7 +43,7 @@ import java.lang.reflect.Method; * back from the inherently platform-sensitive concept of a default browser and simply attempts * to launch Netscape via a shell command. *

- * This code is Copyright 1999-2001 by Eric Albert (ejalbert@cs.stanford.edu) and may be + * This code is Copyright 1999-2001 by Eric Albert (ejalbert\@cs.stanford.edu) and may be * redistributed or modified in any form without restrictions as long as the portion of this * comment from this paragraph through the end of the comment is not removed. The author * requests that he be notified of any application, applet, or other binary that makes use of @@ -87,13 +87,13 @@ public class BrowserLauncher { /** The com.apple.MacOS.AEDesc class */ private static Class aeDescClass; - /** The (int) method of com.apple.MacOS.AETarget */ + /** The <init>(int) method of com.apple.MacOS.AETarget */ private static Constructor aeTargetConstructor; - /** The (int, int, int) method of com.apple.MacOS.AppleEvent */ + /** The <init>(int, int, int) method of com.apple.MacOS.AppleEvent */ private static Constructor appleEventConstructor; - /** The (String) method of com.apple.MacOS.AEDesc */ + /** The <init>(String) method of com.apple.MacOS.AEDesc */ private static Constructor aeDescConstructor; /** The findFolder method of com.apple.mrj.MRJFileUtils */