We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d2e78 commit 2fa85d7Copy full SHA for 2fa85d7
src/main/java/de/rwth/idsg/steve/repository/dto/WebUserOverview.java renamed to src/main/java/de/rwth/idsg/steve/service/dto/WebUserOverview.java
@@ -16,7 +16,7 @@
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
-package de.rwth.idsg.steve.repository.dto;
+package de.rwth.idsg.steve.service.dto;
20
import lombok.Builder;
21
import lombok.Getter;
22
@@ -26,6 +26,6 @@ public final class WebUserOverview {
26
27
private final Integer webUserPk;
28
private final Boolean enabled;
29
- private final String webusername;
30
- private final String[] autorithies;
+ private final String webUsername;
+ private final String[] authorities;
31
}
0 commit comments