public class beforeAdjustComments { //many comments private final String field = "field"; //many comments public static void main() { System.out.println("Hello, world!"); } //many comments public static void main(String[] args) { System.out.println("Hello, world!"); } }