Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JDBC_Project_B18.iml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
Expand Down
6 changes: 6 additions & 0 deletions src/test/java/add_file_here/EU3Practice.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
4 changes: 4 additions & 0 deletions src/test/java/add_file_here/mc_classAdded.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package add_file_here;

public class mc_classAdded {
}