Skip to content

Commit

Permalink
Add symbol annotation for SystemInfoLink (jenkinsci#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilszymanski authored and samatdav committed Jul 25, 2016
1 parent 21a84b7 commit 719d82b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/jenkins/management/SystemInfoLink.java
Expand Up @@ -26,11 +26,12 @@

import hudson.Extension;
import hudson.model.ManagementLink;
import org.jenkinsci.Symbol;

/**
* @author <a href="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
*/
@Extension(ordinal = Integer.MAX_VALUE - 500)
@Extension(ordinal = Integer.MAX_VALUE - 500) @Symbol("systemInfo")
public class SystemInfoLink extends ManagementLink {

@Override
Expand Down

0 comments on commit 719d82b

Please sign in to comment.