Skip to content
Snippets Groups Projects

Security question

Merged Nora Evensen Jansrud requested to merge sequrity-question into dev
5 files
+ 97
65
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -59,6 +59,7 @@ public class Album implements Serializable {
this.name = name;
}
/**
* Gets picture id.
* @return the picture id
@@ -75,6 +76,7 @@ public class Album implements Serializable {
this.pictureId = pictureId;
}
/**
* Gets the username of the user that uploaded the picture.
* @return the username
Loading