Kaydet (Commit) 9a541611 authored tarafından Noel Grandin's avatar Noel Grandin

java:Return statement in a finally block

Change-Id: I57d9a38cbb7672033ff204567bfb2b58093db490
üst 44140757
...@@ -215,7 +215,6 @@ public class _XAutoTextGroup extends MultiMethodTest { ...@@ -215,7 +215,6 @@ public class _XAutoTextGroup extends MultiMethodTest {
oObj.removeByName(str + "dup"); oObj.removeByName(str + "dup");
} catch (com.sun.star.container.NoSuchElementException e) {} } catch (com.sun.star.container.NoSuchElementException e) {}
tRes.tested("renameByName()", false); tRes.tested("renameByName()", false);
return;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment