Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Magne.Stenseng
inf226-2021-inchat
Commits
2f765945
Commit
2f765945
authored
Nov 14, 2021
by
Magne.Stenseng
Browse files
Upload New File
parent
19428437
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/inf226/inchat/UserName.java
0 → 100644
View file @
2f765945
package
inf226.inchat
;
public
final
class
UserName
{
private
final
String
name
;
public
UserName
(
String
name
){
this
.
name
=
name
;
}
public
String
getUserName
()
{
return
name
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment