Skip to content
Snippets Groups Projects
Commit eb860dda authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Add missing @since tags

parent f1e9ab16
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,7 @@ public Extension resolve(String id, String version) ...@@ -232,6 +232,7 @@ public Extension resolve(String id, String version)
* @param extensionDependency the extension dependency to resolve * @param extensionDependency the extension dependency to resolve
* @return the read-only handler corresponding to the requested extension, or {@code null} if the extension couldn't * @return the read-only handler corresponding to the requested extension, or {@code null} if the extension couldn't
* be resolved, in which case {@link #getLastError()} contains the failure reason * be resolved, in which case {@link #getLastError()} contains the failure reason
* @since 3.4M1
* @deprecated since 5.3M1, use {@link #resolve(ExtensionDependency, String)} instead * @deprecated since 5.3M1, use {@link #resolve(ExtensionDependency, String)} instead
*/ */
@Deprecated @Deprecated
...@@ -803,6 +804,7 @@ public JobStatus getCurrentJobStatus() ...@@ -803,6 +804,7 @@ public JobStatus getCurrentJobStatus()
/** /**
* @param version the string to parse * @param version the string to parse
* @return the {@link Version} instance * @return the {@link Version} instance
* @since 3.4M1
*/ */
public Version parseVersion(String version) public Version parseVersion(String version)
{ {
...@@ -812,6 +814,7 @@ public Version parseVersion(String version) ...@@ -812,6 +814,7 @@ public Version parseVersion(String version)
/** /**
* @param versionRange the string to parse * @param versionRange the string to parse
* @return the {@link VersionRange} instance * @return the {@link VersionRange} instance
* @since 3.4M1
*/ */
public VersionRange parseVersionRange(String versionRange) public VersionRange parseVersionRange(String versionRange)
{ {
...@@ -829,6 +832,7 @@ public VersionRange parseVersionRange(String versionRange) ...@@ -829,6 +832,7 @@ public VersionRange parseVersionRange(String versionRange)
/** /**
* @param versionConstraint the string to parse * @param versionConstraint the string to parse
* @return the {@link VersionConstraint} instance * @return the {@link VersionConstraint} instance
* @since 3.4M1
*/ */
public VersionConstraint parseVersionConstraint(String versionConstraint) public VersionConstraint parseVersionConstraint(String versionConstraint)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment