Comments all Files with Creator name

This commit is contained in:
2022-01-25 11:14:16 +01:00
parent b963a53d85
commit 898054bb63
27 changed files with 49 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
//Marc Beyer//
package config;
public class Config {

View File

@@ -1,3 +1,4 @@
//Marc Beyer//
package config;
import com.fasterxml.jackson.databind.ObjectMapper;

View File

@@ -1,3 +1,4 @@
//Marc Beyer//
package helper;
public class HttpRequestException extends Exception{

View File

@@ -1,3 +1,4 @@
//Marc Beyer//
package helper;
public class Tuple<X, Y> {

View File

@@ -1,3 +1,4 @@
//Marc Beyer//
package res;
import com.fasterxml.jackson.core.JsonProcessingException;

View File

@@ -1,3 +1,4 @@
//Marc Beyer//
package res;
import com.sun.jdi.event.StepEvent;

View File

@@ -1,3 +1,4 @@
//Marc Beyer//
package res;
import helper.Tuple;