Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
se2-application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
s77550
se2-application
Commits
59d99efb
Commit
59d99efb
authored
5 years ago
by
Sven Graupner
Browse files
Options
Downloads
Patches
Plain Diff
fixed Umlauts in customer data set.
parent
02fd2183
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/application/se2/repository/RepositoryBuilder.java
+4
-4
4 additions, 4 deletions
...ava/com/application/se2/repository/RepositoryBuilder.java
with
4 additions
and
4 deletions
src/main/java/com/application/se2/repository/RepositoryBuilder.java
+
4
−
4
View file @
59d99efb
...
...
@@ -112,17 +112,17 @@ public class RepositoryBuilder implements BuilderIntf {
List
<
Customer
>
list
=
new
ArrayList
<
Customer
>();
Customer
c
=
new
Customer
(
"Dr. Margarethe B
ö
se"
)
Customer
c
=
new
Customer
(
"Dr. Margarethe B
oe
se"
)
.
addContact
(
"drmb@yahoo.de"
)
.
addContact
(
"home: 030 8266-5204"
)
.
addContact
(
"work: 030 4504-2528"
)
.
addContact
(
"cell: +49 170 82568462"
)
.
setAddress
(
"Lindenweg 86, 12167 Berlin-Steglitz"
)
.
setStatus
(
Customer
.
Status
.
SUSP
)
.
addNote
(
"Zahlt Rechnung versp
ä
tet."
)
.
addNote
(
"Beschwert sich
ü
ber Mitarbeiter."
)
.
addNote
(
"Zahlt Rechnung versp
ae
tet."
)
.
addNote
(
"Beschwert sich
ue
ber Mitarbeiter."
)
.
addNote
(
"Greift Angestellte verbal an."
)
.
addNote
(
"Wurde aus dem Gesch
ä
ft verwiesen. Ein Zutrittsverbot wurde ausgesprochen."
);
.
addNote
(
"Wurde aus dem Gesch
ae
ft verwiesen. Ein Zutrittsverbot wurde ausgesprochen."
);
list
.
add
(
c
);
list
.
add
(
new
Customer
(
"Matteo Schwarz"
).
setAddress
(
"Grossweg 4, 79805 Aschaffenburg"
).
addContact
(
"matteo.schwarz@gmail.com"
)
);
...
...
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