commit | 8b171f7da9a6d520e982af0ac0ef44bf0ac5a498 | [log] [tgz] |
---|---|---|
author | dsato <dsato> | Fri Apr 11 07:05:47 2008 +0000 |
committer | dsato <dsato> | Fri Apr 11 07:05:47 2008 +0000 |
tree | f1e1566bcd241eda8cfe7f4b4bb7d955bcf48bf6 | |
parent | 4650d3d0161bc836f52794d6acab631fcc0e5d6f [diff] |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=226428
diff --git a/plugins/org.eclipse.actf.ai.screenreader.jaws/cpp/jawsapi-bridge.cpp b/plugins/org.eclipse.actf.ai.screenreader.jaws/cpp/jawsapi-bridge.cpp index eb7fe81..0b86151 100644 --- a/plugins/org.eclipse.actf.ai.screenreader.jaws/cpp/jawsapi-bridge.cpp +++ b/plugins/org.eclipse.actf.ai.screenreader.jaws/cpp/jawsapi-bridge.cpp
@@ -8,7 +8,7 @@ * Contributors: * Hisashi MIYASHITA - initial API and implementation * Daisuke SATO - * Yevgen Borodin + * Yevgen Borodin - [Bug 226468] *******************************************************************************/ //#define UNICODE #include <stdlib.h>
diff --git a/plugins/org.eclipse.actf.ai.screenreader.jaws/src/org/eclipse/actf/ai/screenreader/jaws/JawsAPI.java b/plugins/org.eclipse.actf.ai.screenreader.jaws/src/org/eclipse/actf/ai/screenreader/jaws/JawsAPI.java index 7790424..4e69607 100644 --- a/plugins/org.eclipse.actf.ai.screenreader.jaws/src/org/eclipse/actf/ai/screenreader/jaws/JawsAPI.java +++ b/plugins/org.eclipse.actf.ai.screenreader.jaws/src/org/eclipse/actf/ai/screenreader/jaws/JawsAPI.java
@@ -7,7 +7,7 @@ * * Contributors: * Daisuke SATO - initial API and implementation - * Yevgen Borodin + * Yevgen Borodin - [Bug 226468] *******************************************************************************/ package org.eclipse.actf.ai.screenreader.jaws; @@ -35,11 +35,6 @@ return instance; } - /** - * Yevgen Borodin - [Bug 226468] - * @param funcName - * @return - */ public boolean JawsRunFunction(String funcName) { return _JawsRunFunction(funcName); }