summaryrefslogtreecommitdiff
path: root/xml/tests/src/com/intellij/html/MicrodataCompletionTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'xml/tests/src/com/intellij/html/MicrodataCompletionTest.java')
-rw-r--r--xml/tests/src/com/intellij/html/MicrodataCompletionTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/tests/src/com/intellij/html/MicrodataCompletionTest.java b/xml/tests/src/com/intellij/html/MicrodataCompletionTest.java
index 9a0c19ed5542..a253430643e6 100644
--- a/xml/tests/src/com/intellij/html/MicrodataCompletionTest.java
+++ b/xml/tests/src/com/intellij/html/MicrodataCompletionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2013 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ public class MicrodataCompletionTest extends CodeInsightFixtureTestCase {
}
}
- private void configureAndComplete(String text, String[] items) throws Exception {
+ private void configureAndComplete(String text, String[] items) {
myFixture.configureByText(StdFileTypes.HTML, text);
myFixture.complete(CompletionType.BASIC);
}