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
tdt4100
v2022
students
Commits
a9fae713
Commit
a9fae713
authored
Mar 25, 2022
by
Magnus Schjølberg
Browse files
Fix package declaration in exercise lecture 6
parent
317f7039
Changes
5
Hide whitespace changes
Inline
Side-by-side
foreksempel/src/main/java/of6/delegation/lf/CallCenter.java
View file @
a9fae713
package
of6.delegation.
kode
;
package
of6.delegation.
lf
;
import
java.util.ArrayList
;
import
java.util.List
;
...
...
foreksempel/src/main/java/of6/delegation/lf/CallRecipient.java
View file @
a9fae713
package
of6.delegation.
kode
;
package
of6.delegation.
lf
;
public
interface
CallRecipient
{
...
...
foreksempel/src/main/java/of6/delegation/lf/Employee.java
View file @
a9fae713
package
of6.delegation.
kode
;
package
of6.delegation.
lf
;
public
class
Employee
implements
CallRecipient
{
...
...
foreksempel/src/main/java/of6/observable/lf/App.java
View file @
a9fae713
package
of6.observable.
kode
;
package
of6.observable.
lf
;
import
java.util.ArrayList
;
import
java.util.List
;
...
...
foreksempel/src/main/java/of6/observable/lf/AppListener.java
View file @
a9fae713
package
of6.observable.
kode
;
package
of6.observable.
lf
;
public
interface
AppListener
{
...
...
Write
Preview
Supports
Markdown
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