Skip to content

Commit

Permalink
Verzeichnisänderungen
Browse files Browse the repository at this point in the history
  • Loading branch information
GerhardPx committed Apr 17, 2024
1 parent 69c117f commit 0ac8fdf
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import org.springframework.security.core.Authentication;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import lombok.val;
import org.slf4j.Logger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
*/
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

public interface Profiles {
// Test Profiles
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.muenchen.wls.common.security.domain;
package de.muenchen.oss.wahllokalsystem.wls.common.security.domain;

import lombok.AllArgsConstructor;
import lombok.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.muenchen.wls.common.security.domain;
package de.muenchen.oss.wahllokalsystem.wls.common.security.domain;

import lombok.AllArgsConstructor;
import lombok.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import de.muenchen.wls.common.security.testultils.LoggerExtension;
import de.muenchen.oss.wahllokalsystem.wls.common.security.testultils.LoggerExtension;
import lombok.val;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Nested;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import de.muenchen.wls.common.security.domain.BezirkIDUndWaehlerverzeichnisNummer;
import de.muenchen.oss.wahllokalsystem.wls.common.security.domain.BezirkIDUndWaehlerverzeichnisNummer;
import lombok.val;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import de.muenchen.wls.common.security.domain.BezirkUndWahlID;
import de.muenchen.oss.wahllokalsystem.wls.common.security.domain.BezirkUndWahlID;
import lombok.val;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import de.muenchen.wls.common.security.testultils.LoggerExtension;
import de.muenchen.oss.wahllokalsystem.wls.common.security.testultils.LoggerExtension;
import lombok.val;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Nested;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.muenchen.wls.common.security;
package de.muenchen.oss.wahllokalsystem.wls.common.security;

import de.muenchen.wls.common.security.testultils.LoggerExtension;
import de.muenchen.oss.wahllokalsystem.wls.common.security.testultils.LoggerExtension;
import lombok.val;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.muenchen.wls.common.security.testultils;
package de.muenchen.oss.wahllokalsystem.wls.common.security.testultils;

import ch.qos.logback.classic.Logger;
import ch.qos.logback.classic.spi.ILoggingEvent;
Expand Down

0 comments on commit 0ac8fdf

Please sign in to comment.