Post code not working in new version
-
When i post code
[code language="java"]
class MyThread extends Thread {
private int id;
public MyThread(int id) {
this.id = id;
}
}
[/code] (have space at head-line).
but alway show
[code language="java"]
class MyThread extends Thread
private int id;
public MyThread(int id) {
this.id = id;
}
}
[/code] (no space at head-line).
Please help me! Thank you! -
https://kienthucjava.wordpress.com is no longer available.
The authors have deleted this site. -
-
- The topic ‘Post code not working in new version’ is closed to new replies.