From portal-commits at lists.jboss.org Mon Oct 1 05:10:07 2007 Content-Type: multipart/mixed; boundary="===============1382141691094980352==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r8501 - modules/test/trunk/unit/src/main/org/jboss/unit/api. Date: Mon, 01 Oct 2007 05:10:06 -0400 Message-ID: --===============1382141691094980352== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2007-10-01 05:10:06 -0400 (Mon, 01 Oct 2007) New Revision: 8501 Modified: modules/test/trunk/unit/src/main/org/jboss/unit/api/Assert.java Log: make Assert class final Modified: modules/test/trunk/unit/src/main/org/jboss/unit/api/Assert.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/test/trunk/unit/src/main/org/jboss/unit/api/Assert.java 2007-09= -30 22:38:06 UTC (rev 8500) +++ modules/test/trunk/unit/src/main/org/jboss/unit/api/Assert.java 2007-10= -01 09:10:06 UTC (rev 8501) @@ -30,7 +30,7 @@ * @author Julien Viet * @version $Revision: 1.1 $ */ -public class Assert +public final class Assert { = public static T assertInstanceOf(Object o, Class c) --===============1382141691094980352==--