Skip to content

Commit

Permalink
More javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 12, 2024
1 parent 6789bd4 commit 2c68eed
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
* attribute definition} allowing access to any
* {@link Extendable#getExtensionAttributes(String) extension attributes}
* provided by third parties.
* <p/>
* <p>
* For example, an Equinox attribute definition will contain all XML attributes
* specified as part of the &lt;AD/&gt; element with namespaces other than the
* metatype namespace as extension attributes.
* </p>
*
* @since 1.2
* @noimplement This interface is not intended to be implemented by clients.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
* object class definition} allowing access to any
* {@link Extendable#getExtensionAttributes(String) extension attributes}
* provided by third parties.
* <p/>
* <p>
* For example, an Equinox object class definition will contain all XML
* attributes specified as part of the &lt;OCD/&gt; element with namespaces
* other than the metatype namespace as extension attributes.
* </p>
*
* @since 1.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* a custom property added by a third party.
*
* The use case for this interface was to expose third party attributes included
* in the metadata XML on elements that support <anyAttribute/> according to the
* metatype schema, but it is not strictly limited to this use.
* in the metadata XML on elements that support {@code <anyAttribute/>}
* according to the metatype schema, but it is not strictly limited to this use.
*
* @since 1.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
* Implementation of MetaTypeProvider
* <p>
* Extension of MetaTypeProvider
* </p>
* <p>
* Provides methods to:
* <p>
* - getPids() get the Pids for a given Locale
* <p>
* - getFactoryPids() get the Factory Pids for a given Locale
* <p>
* </p>
* <ul>
* <li>getPids() get the Pids for a given Locale</li>
* <li>getFactoryPids() get the Factory Pids for a given Locale</li>
* </ul>
*/
public class MetaTypeInformationImpl extends MetaTypeProviderImpl implements EquinoxMetaTypeInformation {
static final String[] emptyStringArray = new String[0];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Authorization contexts are instantiated by calling
* {@link UserAdmin#getAuthorization}
* <p>
* <font size="+1">Trusting Authorization objects.</font>
* <h2>Trusting Authorization objects.</h2>
* <p>
* There are no restrictions regarding the creation of Authorization objects.
* Hence, a service must only accept Authorization objects from bundles that has
Expand Down

0 comments on commit 2c68eed

Please sign in to comment.