From e1cfccf0438eb3e28c522dd831d600548a22bbf6 Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Tue, 31 Dec 2013 22:16:56 +0100 Subject: [PATCH] Happy New Year --- platform/testFramework/src/com/intellij/idea/Bombed.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/testFramework/src/com/intellij/idea/Bombed.java b/platform/testFramework/src/com/intellij/idea/Bombed.java index 733b54d3ec5a..8eb54802ad23 100644 --- a/platform/testFramework/src/com/intellij/idea/Bombed.java +++ b/platform/testFramework/src/com/intellij/idea/Bombed.java @@ -25,7 +25,7 @@ import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE, ElementType.METHOD}) public @interface Bombed { - int year() default 2013; + int year() default 2014; @JdkConstants.CalendarMonth int month(); int day(); int time() default 0;