Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/security/CredentialsDialog.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/security/CredentialsDialog.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/security/CredentialsDialog.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/security/CredentialsDialog.html
index 525a4c5fde..39c04248ec 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/security/CredentialsDialog.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/security/CredentialsDialog.html
@@ -347,11 +347,11 @@ okPressed</H3>
protected void <B>okPressed</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE>org.eclipse.jface.dialogs.Dialog</CODE></B></DD>
-<DD>Notifies that the ok button of this dialog has been pressed.
- <p>
- The <code>Dialog</code> implementation of this framework method sets
- this dialog's return code to <code>Window.OK</code> and closes the
- dialog. Subclasses may override.
+<DD>Notifies that the ok button of this dialog has been pressed.
+ <p>
+ The <code>Dialog</code> implementation of this framework method sets
+ this dialog's return code to <code>Window.OK</code> and closes the
+ dialog. Subclasses may override.
</p>
<P>
<DD><DL>

Back to the top