Closed a set of quotes in JavaDocs.

This commit is contained in:
Wizjany 2014-12-11 09:38:14 -05:00
parent 34dc26bddc
commit 0f865623ed

View File

@ -25,7 +25,7 @@ import com.sk89q.worldedit.Vector;
* An affine transform. * An affine transform.
* *
* <p>This class is from the * <p>This class is from the
* <a href="http://geom-java.sourceforge.net/index.html>JavaGeom project</a>, * <a href="http://geom-java.sourceforge.net/index.html">JavaGeom project</a>,
* which is licensed under LGPL v2.1.</p> * which is licensed under LGPL v2.1.</p>
*/ */
public class AffineTransform implements Transform { public class AffineTransform implements Transform {
@ -315,4 +315,4 @@ public class AffineTransform implements Transform {
} }
} }