шедевры кодотворения
Apr. 7th, 2010 11:07 am(from daily wtf)
public class Destruction {
public static void delete(Object object){
object = null;
}
}
