From c78e9d3d8c863653a1ee13cc8893c8ba7c603169 Mon Sep 17 00:00:00 2001 From: anna Date: Fri, 23 Jul 2010 14:41:08 +0400 Subject: [PATCH] test data fixed --- java/java-tests/testData/codeInsight/javadocIG/ideadev2326.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/java-tests/testData/codeInsight/javadocIG/ideadev2326.html b/java/java-tests/testData/codeInsight/javadocIG/ideadev2326.html index 4ada6b3a0ac8..82e25213efa2 100644 --- a/java/java-tests/testData/codeInsight/javadocIG/ideadev2326.html +++ b/java/java-tests/testData/codeInsight/javadocIG/ideadev2326.html @@ -1,2 +1,2 @@ Idea4780
public Object read()
-           throws IOException
Throws:
EOFException - if this source is already closed when the read() is called, or is closed during the read().
InterruptedIOException - if the reading thread is interrupted.
IOException - if an I/O error occurs while reading.
\ No newline at end of file + throws IOException
Throws:
IOException - if an I/O error occurs while reading.
EOFException - if this source is already closed when the read() is called, or is closed during the read().
InterruptedIOException - if the reading thread is interrupted.
\ No newline at end of file