Skip to content

Commit 415747d

Browse files
committed
Javadoc fixes
1 parent c900a65 commit 415747d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

logicaldoc-gui/src/main/java/com/logicaldoc/gui/common/client/widgets/preview/PreviewPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ private void showConfirmReadingPanel() {
428428
* Declares the javascript function used to notify when the document has
429429
* been completely read
430430
*
431-
* @param login the preview panel
431+
* @param previewPanel the preview panel
432432
*/
433433
public static native void declareOnReadingCompleted(PreviewPanel previewPanel) /*-{
434434
$wnd.onReadingCompleted = function() {

logicaldoc-gui/src/main/java/com/logicaldoc/gui/frontend/client/document/note/AbstractAnnotationsWindow.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,11 @@ protected void initGUI() {
256256
*/
257257
protected abstract void prepareAdditionalActions(ToolStrip toolStrip);
258258

259+
/**
260+
* Retrieves the internal panel containing the image
261+
*
262+
* @return panel containing the image
263+
*/
259264
public ImageDrawingPane getPageDrawingPane() {
260265
return pageDrawingPane;
261266
}

0 commit comments

Comments
 (0)