diff options
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/dispatches/checkdispatchapi.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/dispatches/checkdispatchapi.java b/framework/qa/complex/dispatches/checkdispatchapi.java index cceabb4f436c..11ca5baa06c8 100644 --- a/framework/qa/complex/dispatches/checkdispatchapi.java +++ b/framework/qa/complex/dispatches/checkdispatchapi.java @@ -267,7 +267,7 @@ public class checkdispatchapi impl_closeFrame(xFrame); } - /** @short load an URL into the current test frame. + /** @short load a URL into the current test frame. */ private void impl_loadIntoFrame(XFrame xFrame, String sURL, PropertyValue args[]) throws Exception { |