Test of wp-syntax plugin
package net.sinarf.whatever;
/**
* created on 30 déc. 07
* @author Michel Blavin
*
*/
public class WhatEver {
public getSomeCrap(){
System.err.println("Whatever");
}
}
This is my blog, it reflects my and only my point of view
package net.sinarf.whatever;
/**
* created on 30 déc. 07
* @author Michel Blavin
*
*/
public class WhatEver {
public getSomeCrap(){
System.err.println("Whatever");
}
}