From fd9498bc199cf55b05a949c7f736917b943aadb4 Mon Sep 17 00:00:00 2001 From: luetzenburgerma89377 Date: Thu, 10 Nov 2022 16:43:12 +0100 Subject: [PATCH] =?UTF-8?q?paul=20wurde=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++++++++ .idea/compiler.xml | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/runConfigurations.xml | 10 ++++++++++ .idea/vcs.xml | 6 ++++++ partnerArbeit.iml | 12 ++++++++++++ paul/passwd | 4 ++++ src/Application.java | 6 ++++++ src/Credentials.java | 10 ++++++++++ 10 files changed, 78 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/compiler.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations.xml create mode 100644 .idea/vcs.xml create mode 100644 partnerArbeit.iml create mode 100644 paul/passwd create mode 100644 src/Application.java diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..3cfdddd --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a818314 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..ecb7669 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/partnerArbeit.iml b/partnerArbeit.iml new file mode 100644 index 0000000..072a0b5 --- /dev/null +++ b/partnerArbeit.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/paul/passwd b/paul/passwd new file mode 100644 index 0000000..641db6f --- /dev/null +++ b/paul/passwd @@ -0,0 +1,4 @@ +hofmannol +2df372ddeafdf65908ddda48799d6f21 +wimmerma +eb9b41a390c3a252aff0454e8df16f75 diff --git a/src/Application.java b/src/Application.java new file mode 100644 index 0000000..9c15f0e --- /dev/null +++ b/src/Application.java @@ -0,0 +1,6 @@ +public class Application { + + public static void main(String[] args) { + + } +} diff --git a/src/Credentials.java b/src/Credentials.java index 4c6cd74..a582e57 100644 --- a/src/Credentials.java +++ b/src/Credentials.java @@ -1,3 +1,13 @@ public class Credentials { + String login = login; + String hash = hash; + + + public void Credentials(){} + + public boolean valid(){ + + } + }