Skip to content

Commit

Permalink
[FIXED JENKINS-24452] Don't export arbitrary unexportable exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Jan 24, 2018
1 parent b550c33 commit 104f488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/hudson/slaves/OfflineCause.java
Expand Up @@ -103,7 +103,6 @@ public static OfflineCause create(Localizable d) {
* Caused by unexpected channel termination.
*/
public static class ChannelTermination extends OfflineCause {
@Exported
public final Exception cause;

public ChannelTermination(Exception cause) {
Expand Down

0 comments on commit 104f488

Please sign in to comment.