From 51f715162eba4dd1c4e081ec15c7ceb12e813ca5 Mon Sep 17 00:00:00 2001 From: lvotypko Date: Wed, 14 Nov 2012 15:03:03 +0100 Subject: [PATCH] Prevent to exception which causes that build will not be saved. --- core/src/main/java/hudson/model/Run.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/java/hudson/model/Run.java b/core/src/main/java/hudson/model/Run.java index 5ee80b52d8..633f4e177f 100644 --- a/core/src/main/java/hudson/model/Run.java +++ b/core/src/main/java/hudson/model/Run.java @@ -1530,13 +1530,12 @@ public abstract class Run ,RunT extends Run