flowpowered / react

Real-time physics library for Java, based on the ReactPhysics3D (https://code.google.com/p/reactphysics3d/) library by Daniel Chappuis (http://www.danielchappuis.ch/).
https://flow.github.io/react
MIT License
31 stars 7 forks source link

Replace all instances of <p/> with <p> to follow Oracle standards. #3

Closed Grinch closed 11 years ago

Grinch commented 11 years ago

As per the link below, the standard for using paragraph tags it to simply use <p> and not use closing tags.

http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#format

Signed-off-by: Steven Downer grinch@outlook.com

lukespragg commented 11 years ago

Odd for Travis to fail on this. org.spout.physics.SweepAndPruneAlgorithmTest apparently hanging?

Grinch commented 11 years ago

@Wulfspider : Unrelated to my commit as far as I'm aware.