diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-20 12:54:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:54:24 +0100 |
commit | f6a62d9e4106f36aff899c847d63e3198532796e (patch) | |
tree | 2c006788af8c1367510d7cf2706fd1b8cdaa6b12 /sfx2 | |
parent | af4ca5a8c6e2848cb855a15986d5c4c9991140bf (diff) |
Java update - fix various javadoc issues
Along the way, remove some javadoc comments that are completely incorrect.
Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/complex/sfx2/UndoManager.java | 3 | ||||
-rw-r--r-- | sfx2/qa/complex/sfx2/undo/DocumentTest.java | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java index 5b5e39e3b271..92265d232718 100644 --- a/sfx2/qa/complex/sfx2/UndoManager.java +++ b/sfx2/qa/complex/sfx2/UndoManager.java @@ -298,8 +298,7 @@ public class UndoManager // ----------------------------------------------------------------------------------------------------------------- /** - * returns the undo manager belonging to a given document - * @return + * @return returns the undo manager belonging to a given document */ private XUndoManager getUndoManager() { diff --git a/sfx2/qa/complex/sfx2/undo/DocumentTest.java b/sfx2/qa/complex/sfx2/undo/DocumentTest.java index 8d89d0e33dbd..ad0b2f405ee0 100644 --- a/sfx2/qa/complex/sfx2/undo/DocumentTest.java +++ b/sfx2/qa/complex/sfx2/undo/DocumentTest.java @@ -63,8 +63,8 @@ public interface DocumentTest /** * does multiple modifications do the document, which would normally result in multiple Undo actions. * - * The test framework will encapsulate the call into an {@link XUndoManager.enterUndoContext()} and - * {@link XUndoManager.leaveUndoContext()} call. + * The test framework will encapsulate the call into an {@link com.sun.star.document.XUndoManager#enterUndoContext} and + * {@link com.sun.star.document.XUndoManager#leaveUndoContext} call. * * @return * the number of modifications done to the document. The caller assumes (and asserts) that the number |