From 73ced189302a81a69e850e573b795fa35745906c Mon Sep 17 00:00:00 2001 From: "Kirill.Safonov" Date: Wed, 6 Jan 2010 23:29:43 +0300 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 8c4346303d..2b7031aebf 100644 --- a/platform/testFramework/src/com/intellij/idea/Bombed.java +++ b/platform/testFramework/src/com/intellij/idea/Bombed.java @@ -23,7 +23,7 @@ import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE, ElementType.METHOD}) public @interface Bombed { - int year() default 2009; + int year() default 2010; int month(); int day(); int time() default 0; -- 2.11.4.GIT