Skip to content

Commit

Permalink
dcache-gplazma: add serialVersionUID to MultiTargetedRestriction
Browse files Browse the repository at this point in the history
Motivation:

#7279
`gPlazma incompatibiliti detween version before and after 8.2.13 #7279`

Modification:

Add the serialVersionUID.

Result:

Compatibility restored.

Target: master
Request: 9.1
Request: 9.0
Request: 8.2
Bug: #7279
Closes: #7279
Requires-notes: yes
Acked-by: Tigran
  • Loading branch information
alrossi authored and mksahakyan committed Aug 4, 2023
1 parent fbc86ee commit 7f1413a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -35,6 +35,8 @@
*/
public class MultiTargetedRestriction implements Restriction {

private static final long serialVersionUID = -4604505680192926544L;

private static final EnumSet<Activity> ALLOWED_PARENT_ACTIVITIES
= EnumSet.of(Activity.LIST, Activity.READ_METADATA);

Expand Down

0 comments on commit 7f1413a

Please sign in to comment.