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
@@ -1,3 +1,4 @@
//Marc Beyer//
package config;
public class Config {
@@ -1,3 +1,4 @@
//Marc Beyer//
package config;
import com.fasterxml.jackson.databind.ObjectMapper;
@@ -1,3 +1,4 @@
//Marc Beyer//
package helper;
public class HttpRequestException extends Exception{
@@ -1,3 +1,4 @@
//Marc Beyer//
package helper;
public class Tuple<X, Y> {
@@ -1,3 +1,4 @@
//Marc Beyer//
package res;
import com.fasterxml.jackson.core.JsonProcessingException;
+1
View File
@@ -1,3 +1,4 @@
//Marc Beyer//
package res;
import com.sun.jdi.event.StepEvent;
@@ -1,3 +1,4 @@
//Marc Beyer//
package res;
import helper.Tuple;