import java.util.List;
public class MyObject
{
/**
* Stuff
* @author Turbo
*/
public void doStuff()
{
// should be some stuff here.
System.out.println("Hello, world!");
}
}
public class MyObject
{
/**
* Stuff
* @author Turbo
*/
public void doStuff()
{
// should be some stuff here.
System.out.println("Hello, world!");
}
}
Code formatter was found right here.
Looks nice.
ReplyDelete