Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
eb860dda
Commit
eb860dda
authored
9 years ago
by
Thomas Mortagne
Browse files
Options
Downloads
Patches
Plain Diff
[misc] Add missing @since tags
parent
f1e9ab16
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/ExtensionManagerScriptService.java
+4
-0
4 additions, 0 deletions
...xwiki/extension/script/ExtensionManagerScriptService.java
with
4 additions
and
0 deletions
xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/ExtensionManagerScriptService.java
+
4
−
0
View file @
eb860dda
...
@@ -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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment