Skip to content

Commit

Permalink
Yet another JENKINS-19508 workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 10, 2016
1 parent 30f35db commit acf46b4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -415,7 +415,7 @@ private synchronized boolean updateCredentials(@NonNull Domain domain, @NonNull
}

@SuppressWarnings({"unchecked", "rawtypes"}) // erasure
@Extension
@Extension(optional = true)
public static class ActionFactory extends TransientActionFactory<AbstractFolder> {
@Override
public Class<AbstractFolder> type() {
Expand All @@ -439,7 +439,7 @@ public CredentialsStore getStore() {

}

@Extension
@Extension(optional = true)
public static class DescriptorImpl extends AbstractFolderPropertyDescriptor {

@Override
Expand Down

0 comments on commit acf46b4

Please sign in to comment.