Skip to content
Snippets Groups Projects
Commit 6af22de0 authored by Hans Lawrence Pettersen's avatar Hans Lawrence Pettersen
Browse files

merge test

parents 04c34882 6e398e78
No related branches found
No related tags found
No related merge requests found
Pipeline #253491 failed with stages
in 28 seconds
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>no.ntnu.idatt1002.demo</groupId>
<artifactId>idatt2002demo</artifactId>
<artifactId>ProjectRepo</artifactId>
<version>1.0-SNAPSHOT</version>
<name>demo</name>
<packaging>jar</packaging>
......
......@@ -22,6 +22,10 @@ public class MyEntityRepo {
// Get connection (maybe use pool?)
// Do some SQL
// Return som real data
<<<<<<< HEAD
=======
// merge test
>>>>>>> hans
return new MyEntity("id", "name");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment