From 57ac52bb05bef4be369ee4cf2794afb50362d3a3 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 29 Feb 2016 15:35:37 +0100 Subject: Elaborate documentation --- src/ch/epfl/xblast/Lists.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/ch/epfl') diff --git a/src/ch/epfl/xblast/Lists.java b/src/ch/epfl/xblast/Lists.java index aadc694..f468788 100644 --- a/src/ch/epfl/xblast/Lists.java +++ b/src/ch/epfl/xblast/Lists.java @@ -5,16 +5,18 @@ import java.util.Collections; import java.util.List; /** + * Lists utility class providing common operations on lists. + * * @author Pacien TRAN-GIRARD (261948) * @author Timothée FLOURE (257420) */ public final class Lists { /** - * Return a sysmetric version of the list. + * Return a symmetric version of the list. * * @param l the input list - * @return mirroredList the mirrored ilist + * @return mirroredList the mirrored list * @throws IllegalArgumentException if the given list is empty */ public static List mirrored(List l) { -- cgit v1.2.3