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
22 changes: 22 additions & 0 deletions src/test/java/add_fie_here/Avenger.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package add_fie_here;

public class Avenger {
public static void main(String[] args) {
System.out.println("create new branch and merge into master");

//add four changes and commit with separete commit messages

//adding more info about Avengers

//iron man hulk thor

//looks like we dont have much avenger fan?

//justice league fsn maybe?
//EU3 Justice league fan

//justice league fsn maybe?
//EU3 Justice league fan

}
}
2 changes: 1 addition & 1 deletion src/test/java/add_fie_here/SampleFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public static void main(String[] args) {
//we are eu3
//we are awesome
//adding more chnges here so i can have more hanges
//again again and again chnges
//again again and again changes
}
}
7 changes: 7 additions & 0 deletions src/test/java/add_file_here/PullRequestTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package add_file_here;

public class PullRequestTest {
public static void main(String[] args) {
System.out.println("learn pull request");
}
}