Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
foodora
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Fley
foodora
Commits
e20a48cb
Commit
e20a48cb
authored
8 years ago
by
Nicolas Fley
Browse files
Options
Downloads
Patches
Plain Diff
bite
parent
7176669a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Others/Historique.java
+1
-1
1 addition, 1 deletion
src/Others/Historique.java
src/User/Customer.java
+1
-1
1 addition, 1 deletion
src/User/Customer.java
with
2 additions
and
2 deletions
src/Others/Historique.java
+
1
−
1
View file @
e20a48cb
...
...
@@ -2,7 +2,7 @@ package Others;
import
java.util.ArrayList
;
import
provisoire
.Order
;
import
Order
.Order
;
public
class
Historique
{
...
...
This diff is collapsed.
Click to expand it.
src/User/Customer.java
+
1
−
1
View file @
e20a48cb
...
...
@@ -9,7 +9,7 @@ import Cards.VisiterCard;
import
Others.Adress
;
import
Others.Historique
;
import
Others.IDCard
;
import
provisoire
.Order
;
import
Order
.Order
;
public
class
Customer
extends
HumanUser
implements
VisiterCard
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment