Fixed JavaDoc issues. · apache/maven-clean-plugin@9898845 (original) (raw)
`@@ -55,7 +55,7 @@ protected void tearDown()
`
55
55
`/**
`
56
56
` * Tests the simple removal of directories
`
57
57
` *
`
58
``
`-
- @throws Exception
`
``
58
`+
- @throws Exception in case of an error.
`
59
59
` */
`
60
60
`public void testBasicClean()
`
61
61
`throws Exception
`
`@@ -82,7 +82,7 @@ public void testBasicClean()
`
82
82
`/**
`
83
83
` * Tests the removal of files and nested directories
`
84
84
` *
`
85
``
`-
- @throws Exception
`
``
85
`+
- @throws Exception in case of an error.
`
86
86
` */
`
87
87
`public void testCleanNestedStructure()
`
88
88
`throws Exception
`
`@@ -107,7 +107,7 @@ public void testCleanNestedStructure()
`
107
107
` * Tests that no exception is thrown when all internal variables are empty and that it doesn't
`
108
108
` * just remove whats there
`
109
109
` *
`
110
``
`-
- @throws Exception
`
``
110
`+
- @throws Exception in case of an error.
`
111
111
` */
`
112
112
`public void testCleanEmptyDirectories()
`
113
113
`throws Exception
`
`@@ -135,7 +135,7 @@ public void testCleanEmptyDirectories()
`
135
135
`/**
`
136
136
` * Tests the removal of files using fileset
`
137
137
` *
`
138
``
`-
- @throws Exception
`
``
138
`+
- @throws Exception in case of an error.
`
139
139
` */
`
140
140
`public void testFilesetsClean()
`
141
141
`throws Exception
`
`@@ -171,7 +171,7 @@ public void testFilesetsClean()
`
171
171
`/**
`
172
172
` * Tests the removal of a directory as file
`
173
173
` *
`
174
``
`-
- @throws Exception
`
``
174
`+
- @throws Exception in case of an error.
`
175
175
` */
`
176
176
`public void testCleanInvalidDirectory()
`
177
177
`throws Exception
`
`@@ -200,7 +200,7 @@ public void testCleanInvalidDirectory()
`
200
200
`/**
`
201
201
` * Tests the removal of a missing directory
`
202
202
` *
`
203
``
`-
- @throws Exception
`
``
203
`+
- @throws Exception in case of an error.
`
204
204
` */
`
205
205
`public void testMissingDirectory()
`
206
206
`throws Exception
`
`@@ -221,10 +221,11 @@ public void testMissingDirectory()
`
221
221
``
222
222
`/**
`
223
223
` * Test the removal of a locked file on Windows systems.
`
224
``
`-
`
``
224
`+
`
225
225
` * Note: Unix systems doesn't lock any files.
`
``
226
`+
`
226
227
` *
`
227
``
`-
- @throws Exception
`
``
228
`+
- @throws Exception in case of an error.
`
228
229
` */
`
229
230
`public void testCleanLockedFile()
`
230
231
`throws Exception
`
`@@ -276,10 +277,11 @@ public void testCleanLockedFile()
`
276
277
``
277
278
`/**
`
278
279
` * Test the removal of a locked file on Windows systems.
`
279
``
`-
`
``
280
`+
`
280
281
` * Note: Unix systems doesn't lock any files.
`
``
282
`+
`
281
283
` *
`
282
``
`-
- @throws Exception
`
``
284
`+
- @throws Exception in case of an error.
`
283
285
` */
`
284
286
`public void testCleanLockedFileWithNoError()
`
285
287
`throws Exception
`