From b475728890df5f76e5630a5ece71a3a87e45f5c0 Mon Sep 17 00:00:00 2001 From: JSQui Date: Thu, 28 Apr 2022 16:26:45 -0700 Subject: [PATCH] Adds new file. --- .idea/runConfigurations.xml | 10 ---------- .idea/runConfigurations/Server.xml | 11 ----------- .../authenticationServices/handleKeyGen.java | 4 ++++ 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/runConfigurations/Server.xml create mode 100644 src/main/java/com/jamesquinley/authenticationServices/handleKeyGen.java diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Server.xml b/.idea/runConfigurations/Server.xml deleted file mode 100644 index db4d0a2..0000000 --- a/.idea/runConfigurations/Server.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/main/java/com/jamesquinley/authenticationServices/handleKeyGen.java b/src/main/java/com/jamesquinley/authenticationServices/handleKeyGen.java new file mode 100644 index 0000000..3639816 --- /dev/null +++ b/src/main/java/com/jamesquinley/authenticationServices/handleKeyGen.java @@ -0,0 +1,4 @@ +package com.jamesquinley.authenticationServices; + +public class handleKeyGen { +}