Skip to content

Commit 2f3d368

Browse files
Update AuditorAwareImpl.java
1 parent 6d2bd3c commit 2f3d368

File tree

1 file changed

+2
-2
lines changed
  • springboot2-jpa-auditing/src/main/java/net/alanbinu/springboot/springboot2jpaauditing/audit

1 file changed

+2
-2
lines changed

springboot2-jpa-auditing/src/main/java/net/alanbinu/springboot/springboot2jpaauditing/audit/AuditorAwareImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.guides.springboot.springboot2jpaauditing.audit;
1+
package net.alanbinu.springboot.springboot2jpaauditing.audit;
22

33
import java.util.Optional;
44

@@ -28,4 +28,4 @@ public User getCurrentAuditor() {
2828
2929
return ((MyUserDetails) authentication.getPrincipal()).getUser();
3030
}
31-
}*/
31+
}*/

0 commit comments

Comments
 (0)