You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Ch05_AccessReferenceMaps/src/main/java/de/dominikschadow/webappsecurity/AccountIntegerController.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,17 @@
25
25
importjava.util.List;
26
26
27
27
/**
28
-
* Managed bean to access an account by account reference (IntegerAccessReferenceMap). Only accounts belonging to the current user are contained in this map.
28
+
* Managed bean to access an account by account reference (IntegerAccessReferenceMap). Only accounts belonging to the
Copy file name to clipboardExpand all lines: Ch05_AccessReferenceMaps/src/main/java/de/dominikschadow/webappsecurity/AccountRandomController.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,17 @@
25
25
importjava.util.List;
26
26
27
27
/**
28
-
* Managed bean to access an account by account reference (RandomAccessReferenceMap). Only accounts belonging to the current user are contained in this map.
28
+
* Managed bean to access an account by account reference (RandomAccessReferenceMap). Only accounts belonging to the
0 commit comments