From f6a62d9e4106f36aff899c847d63e3198532796e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 20 Aug 2012 12:54:24 +0100 Subject: Java update - fix various javadoc issues Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755 --- sfx2/qa/complex/sfx2/UndoManager.java | 3 +-- sfx2/qa/complex/sfx2/undo/DocumentTest.java | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'sfx2') 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 -- cgit