Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/src/org/eclipse/help/internal/browser/MozillaBrowserAdapter.java')
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/internal/browser/MozillaBrowserAdapter.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/internal/browser/MozillaBrowserAdapter.java b/org.eclipse.help.base/src/org/eclipse/help/internal/browser/MozillaBrowserAdapter.java
index 0561f9b61..98b07107a 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/internal/browser/MozillaBrowserAdapter.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/internal/browser/MozillaBrowserAdapter.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -18,8 +18,11 @@ import org.eclipse.help.internal.base.*;
import org.eclipse.osgi.util.NLS;
/**
- * Browser adapter for browsers supporting -remote openURL command line option
- * i.e. Mozilla and Netscape.
+ * Browser adapter for Linux-based browsers supporting -remote openURL command line option i.e.
+ * Mozilla and Netscape.
+ * <p>
+ * The {@link MozillaFactory} creates this adapter.
+ * </p>
*/
public class MozillaBrowserAdapter implements IBrowser {
// delay that it takes mozilla to start responding

Back to the top