git-submodule.sh: align error reporting for update mode to use path
[git.git] / t / t4018 / java-class-member-function
blob298bc7a71b29d169c66f1589ca6fa79034609656
1 public class Beer
3         int special;
4         public static void main(String RIGHT[])
5         {
6                 System.out.print("ChangeMe");
7         }