Skip to content

Commit

Permalink
[JENKINS-28881] - Amend ownershipSource warning message according to …
Browse files Browse the repository at this point in the history
…comments from @olivergondza

Also fixes minor formatting issues
  • Loading branch information
oleg-nenashev committed Jan 6, 2016
1 parent 535baec commit 6302e83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Expand Up @@ -131,7 +131,7 @@ public OwnershipInfo getOwnershipInfo(Job<?, ?> job) {
// Fallback: we have not found the Ownership using known approaches
return OwnershipInfo.DISABLED_INFO;
}

/**
* Sets the ownership information.
* @param job A job to be modified
Expand Down
Expand Up @@ -39,7 +39,7 @@
* @author Oleg Nenashev, Synopsys Inc.
*/
@Extension
public class OwnershipActionFactory extends TransientProjectActionFactory {
public class OwnershipActionFactory extends TransientProjectActionFactory {
/**Empty actions collection for invalid project type*/
private static final Collection<? extends Action> EMPTY_ACTIONS
= new LinkedList<Action>();
Expand Down
@@ -1,4 +1,5 @@
warningHeader=Warning!
warningText=The ownership is specified by another source. \
If you save these settings, the ownership description will be overridden.
If you save this form, the ownership settings will be overridden in this item. \
Configuration of the initial ownership info source won't be modified.
ownershipSource=Ownership is defined by:

0 comments on commit 6302e83

Please sign in to comment.