Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
public class ActivityLogPolicy {

private static final String FORBIDDEN_MSG = "Åtkomst nekad";
private static final String ADMIN_ONLY_MSG = "Endast admin/system får skapa loggar";

// VIEW
public void canView(User user, ActivityLog log){
Expand Down