This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 43f072e Small typo in javadoc comments for KeyStoreProvider.
new b87910d Merge pull request #2733 from ramiswailem/patch-2
43f072e is described below
commit 43f072e85be8954eddcbdc9ba1684a5cec416f6c
Author: Rami Swailem <[email protected]>
AuthorDate: Fri Feb 5 12:04:05 2021 +0100
Small typo in javadoc comments for KeyStoreProvider.
Small typo in javadoc comments for KeyStoreProvider.
---
.../src/org/netbeans/spi/autoupdate/KeyStoreProvider.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/platform/autoupdate.services/src/org/netbeans/spi/autoupdate/KeyStoreProvider.java
b/platform/autoupdate.services/src/org/netbeans/spi/autoupdate/KeyStoreProvider.java
index e94fb1d..e74fafd 100644
---
a/platform/autoupdate.services/src/org/netbeans/spi/autoupdate/KeyStoreProvider.java
+++
b/platform/autoupdate.services/src/org/netbeans/spi/autoupdate/KeyStoreProvider.java
@@ -23,7 +23,7 @@ import java.security.KeyStore;
/** Registers <code>java.security.KeyStore</code> into Autoupdate
infrastructure.
* This KeyStore is used for verification of downloaded NBMs. The system finds
out
- * the KeyStoreProvider in <code>Lookup.getDefault()<code>.
+ * the KeyStoreProvider in <code>Lookup.getDefault()</code>.
* The <code>KeyStoreProvider</code> should be registered using {@link
org.openide.util.lookup.ServiceProvider}.
*
* @author Jiri Rechtacek
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists