diff --git a/JDBC_Project_B18.iml b/JDBC_Project_B18.iml index bbfe2208..64ada3ea 100644 --- a/JDBC_Project_B18.iml +++ b/JDBC_Project_B18.iml @@ -1,6 +1,6 @@ - + diff --git a/src/test/java/add_file_here/EU3Practice.java b/src/test/java/add_file_here/EU3Practice.java index 47cdf51c..79ffd68f 100644 --- a/src/test/java/add_file_here/EU3Practice.java +++ b/src/test/java/add_file_here/EU3Practice.java @@ -7,5 +7,11 @@ public static void main(String[] args) { //branch work without affecting master //adding more changes but again same line + + + // we have added one new branch called us123 + //to work on user story 123 without affecting master + + // adding more changes so I can have more history } } diff --git a/src/test/java/add_file_here/mc_classAdded.java b/src/test/java/add_file_here/mc_classAdded.java new file mode 100644 index 00000000..a3bfae2f --- /dev/null +++ b/src/test/java/add_file_here/mc_classAdded.java @@ -0,0 +1,4 @@ +package add_file_here; + +public class mc_classAdded { +}