@@ -157,11 +157,11 @@ public TraceDiagnosticListAssert diagnostics() {
157157 *
158158 * @param location the location to configure.
159159 * @return the assertions to perform.
160- * @throws AssertionError if the compilation was null, or no group for the location
161- * was found.
160+ * @throws AssertionError if the compilation was null, or no group for the location was
161+ * found.
162162 * @throws IllegalArgumentException if the location was
163- * {@link Location#isModuleOrientedLocation() module-oriented}
164- * or {@link Location#isOutputLocation() an output location}.
163+ * {@link Location#isModuleOrientedLocation() module-oriented} or
164+ * {@link Location#isOutputLocation() an output location}.
165165 * @throws NullPointerException if the provided location object is null.
166166 */
167167 public PackageContainerGroupAssert packageGroup (Location location ) {
@@ -193,8 +193,8 @@ public PackageContainerGroupAssert packageGroup(Location location) {
193193 *
194194 * @param location the location to configure.
195195 * @return the assertions to perform.
196- * @throws AssertionError if the compilation was null, or no group for the location
197- * was found.
196+ * @throws AssertionError if the compilation was null, or no group for the location was
197+ * found.
198198 * @throws IllegalArgumentException if the location is not
199199 * {@link Location#isModuleOrientedLocation() module-oriented}.
200200 * @throws NullPointerException if the provided location object is null.
@@ -228,8 +228,8 @@ public ModuleContainerGroupAssert moduleGroup(Location location) {
228228 *
229229 * @param location the location to configure.
230230 * @return the assertions to perform.
231- * @throws AssertionError if the compilation was null, or no group for the location
232- * was found.
231+ * @throws AssertionError if the compilation was null, or no group for the location was
232+ * found.
233233 * @throws IllegalArgumentException if the location is not
234234 * {@link Location#isOutputLocation() an output location}.
235235 * @throws NullPointerException if the provided location object is null.
@@ -256,8 +256,7 @@ public OutputContainerGroupAssert outputGroup(Location location) {
256256 * <p>If not configured, the value being asserted on will be {@code null} in value.
257257 *
258258 * @return the assertions to perform on the class package outputs.
259- * @throws AssertionError if the compilation was null, or no group for the location
260- * was found.
259+ * @throws AssertionError if the compilation was null, or no group for the location was found.
261260 */
262261 @ API (since = "0.6.4" , status = Status .STABLE )
263262 public PackageContainerGroupAssert classOutputPackages () {
@@ -270,8 +269,7 @@ public PackageContainerGroupAssert classOutputPackages() {
270269 * <p>If not configured, the value being asserted on will be {@code null} in value.
271270 *
272271 * @return the assertions to perform on the class module outputs.
273- * @throws AssertionError if the compilation was null, or no group for the location
274- * was found.
272+ * @throws AssertionError if the compilation was null, or no group for the location was found.
275273 */
276274 @ API (since = "0.6.4" , status = Status .STABLE )
277275 public ModuleContainerGroupAssert classOutputModules () {
@@ -284,8 +282,7 @@ public ModuleContainerGroupAssert classOutputModules() {
284282 * <p>If not configured, the value being asserted on will be {@code null} in value.
285283 *
286284 * @return the assertions to perform on the source package outputs.
287- * @throws AssertionError if the compilation was null, or no group for the location
288- * was found.
285+ * @throws AssertionError if the compilation was null, or no group for the location was found.
289286 */
290287 @ API (since = "0.6.4" , status = Status .STABLE )
291288 public PackageContainerGroupAssert sourceOutputPackages () {
@@ -298,8 +295,7 @@ public PackageContainerGroupAssert sourceOutputPackages() {
298295 * <p>If not configured, the value being asserted on will be {@code null} in value.
299296 *
300297 * @return the assertions to perform on the source module outputs.
301- * @throws AssertionError if the compilation was null, or no group for the location
302- * was found.
298+ * @throws AssertionError if the compilation was null, or no group for the location was found.
303299 */
304300 @ API (since = "0.6.4" , status = Status .STABLE )
305301 public ModuleContainerGroupAssert sourceOutputModules () {
@@ -312,8 +308,7 @@ public ModuleContainerGroupAssert sourceOutputModules() {
312308 * <p>If not configured, the value being asserted on will be {@code null} in value.
313309 *
314310 * @return the assertions to perform on the class path.
315- * @throws AssertionError if the compilation was null, or no group for the location
316- * was found.
311+ * @throws AssertionError if the compilation was null, or no group for the location was found.
317312 */
318313 @ API (since = "0.6.4" , status = Status .STABLE )
319314 public PackageContainerGroupAssert classPathPackages () {
@@ -326,8 +321,7 @@ public PackageContainerGroupAssert classPathPackages() {
326321 * <p>If not configured, the value being asserted on will be {@code null} in value.
327322 *
328323 * @return the assertions to perform on the source path.
329- * @throws AssertionError if the compilation was null, or no group for the location
330- * was found.
324+ * @throws AssertionError if the compilation was null, or no group for the location was found.
331325 */
332326 @ API (since = "0.6.4" , status = Status .STABLE )
333327 public PackageContainerGroupAssert sourcePathPackages () {
@@ -340,8 +334,7 @@ public PackageContainerGroupAssert sourcePathPackages() {
340334 * <p>If not configured, the value being asserted on will be {@code null} in value.
341335 *
342336 * @return the assertions to perform on the source path.
343- * @throws AssertionError if the compilation was null, or no group for the location
344- * was found.
337+ * @throws AssertionError if the compilation was null, or no group for the location was found.
345338 */
346339 @ API (since = "0.6.4" , status = Status .STABLE )
347340 public ModuleContainerGroupAssert moduleSourcePathModules () {
@@ -354,8 +347,7 @@ public ModuleContainerGroupAssert moduleSourcePathModules() {
354347 * <p>If not configured, the value being asserted on will be {@code null} in value.
355348 *
356349 * @return the assertions to perform on the module path.
357- * @throws AssertionError if the compilation was null, or no group for the location
358- * was found.
350+ * @throws AssertionError if the compilation was null, or no group for the location was found.
359351 */
360352 @ API (since = "0.6.4" , status = Status .STABLE )
361353 public ModuleContainerGroupAssert modulePathModules () {
0 commit comments