Hi, I am wondering if there is a tool in JBuilder for removing linebreaks in code? I have imported classes and now the code looks like this:
I want to have the unnessasary line breaks removed.
Code:
import xxx;
import xxx.xxx;
import xxx.xxx.xxx;
/**
* Class description
*/
public class TestClass {
private String xxx;
private String yyy;
....
....
....
}
I want to have the unnessasary line breaks removed.