summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Program
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-03-01 13:16:15 +0000
committerVeronika Irvine <veronika>2005-03-01 13:16:15 +0000
commit3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c (patch)
tree67a9ad5ba7e805ae131c2e688eb0185e9a23d030 /bundles/org.eclipse.swt/Eclipse SWT Program
parent49cb56697d675e6e388c4cb780eb7bc7bcfd154a (diff)
downloadeclipse.platform.swt-3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c.tar.gz
eclipse.platform.swt-3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c.tar.xz
eclipse.platform.swt-3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c.zip
Update javadoc from win32
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java8
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java8
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java8
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Program/photon/org/eclipse/swt/program/Program.java6
4 files changed, 15 insertions, 15 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java b/bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java
index 2ebf6a8d11..d68eea5d3d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java
@@ -131,8 +131,8 @@ public static Program [] getPrograms () {
* @return <code>true</code> if the file is launched, otherwise <code>false</code>
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
+ * </ul>
*/
public static boolean launch (String fileName) {
if (fileName == null) SWT.error (SWT.ERROR_NULL_ARGUMENT);
@@ -197,8 +197,8 @@ static String[] parseCommand(String cmd) {
* @return <code>true</code> if the file is launched, otherwise <code>false</code>
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
+ * </ul>
*/
public boolean execute (String fileName) {
if (fileName == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java b/bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
index 46f0f035a0..09149ae602 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
@@ -797,8 +797,8 @@ static Program[] getPrograms(Display display) {
* @return <code>true</code> if the file is launched, otherwise <code>false</code>
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
+ * </ul>
*/
public static boolean launch(String fileName) {
return launch(Display.getCurrent(), fileName);
@@ -854,8 +854,8 @@ public boolean equals(Object other) {
* @return <code>true</code> if the file is launched, otherwise <code>false</code>
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
+ * </ul>
*/
public boolean execute(String fileName) {
if (fileName == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java b/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java
index 89364d72a5..d5c46ee796 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java
@@ -830,8 +830,8 @@ static Program[] getPrograms(Display display) {
* @return <code>true</code> if the file is launched, otherwise <code>false</code>
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
+ * </ul>
*/
public static boolean launch(String fileName) {
return launch(Display.getCurrent(), fileName);
@@ -887,8 +887,8 @@ public boolean equals(Object other) {
* @return <code>true</code> if the file is launched, otherwise <code>false</code>
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
+ * </ul>
*/
public boolean execute(String fileName) {
if (fileName == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/photon/org/eclipse/swt/program/Program.java b/bundles/org.eclipse.swt/Eclipse SWT Program/photon/org/eclipse/swt/program/Program.java
index 55dc8622a5..7d1bd91310 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/photon/org/eclipse/swt/program/Program.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/photon/org/eclipse/swt/program/Program.java
@@ -166,8 +166,8 @@ public static Program [] getPrograms () {
* @return <code>true</code> if the file is launched, otherwise <code>false</code>
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * <li>ERROR_NULL_ARGUMENT when fileName is null</li>
+ * </ul>
*/
public static boolean launch (String fileName) {
if (fileName == null) SWT.error (SWT.ERROR_NULL_ARGUMENT);
@@ -274,7 +274,7 @@ static String [][] loadAssociationTable () {
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT when fileName is null</li>
- * </ul>
+ * </ul>
*/
public boolean execute (String fileName) {
if (fileName == null) SWT.error (SWT.ERROR_NULL_ARGUMENT);