Skip to content

Commit 2fa85d7

Browse files
author
brosi
committed
WebUserOverview moved to service/dto, use camel case and correct typo
1 parent 30d2e78 commit 2fa85d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/de/rwth/idsg/steve/repository/dto/WebUserOverview.java renamed to src/main/java/de/rwth/idsg/steve/service/dto/WebUserOverview.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
19-
package de.rwth.idsg.steve.repository.dto;
19+
package de.rwth.idsg.steve.service.dto;
2020
import lombok.Builder;
2121
import lombok.Getter;
2222

@@ -26,6 +26,6 @@ public final class WebUserOverview {
2626

2727
private final Integer webUserPk;
2828
private final Boolean enabled;
29-
private final String webusername;
30-
private final String[] autorithies;
29+
private final String webUsername;
30+
private final String[] authorities;
3131
}

0 commit comments

Comments
 (0)