Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dr. Martin Goik
GoikLectures
Commits
f6ded797
Commit
f6ded797
authored
Jun 27, 2020
by
Dr. Martin Goik
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cm116/GoikLectures-master' into HEAD
parents
64866ef8
e2538d97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Klausuren/Sd1/2015summer/Exam/src/main/java/de/hdm_stuttgart/sw1/klausur/StringTransforms.java
...n/java/de/hdm_stuttgart/sw1/klausur/StringTransforms.java
+2
-3
No files found.
Klausuren/Sd1/2015summer/Exam/src/main/java/de/hdm_stuttgart/sw1/klausur/StringTransforms.java
View file @
f6ded797
package
de.hdm_stuttgart.sw1.klausur
;
import
org.apache.logging.log4j.LogManager
;
import
org.apache.logging.log4j.Logger
;
import
org.apache.log4j.Logger
;
/**
* Ersetzungen in Zeichenketten.
*
*/
public
class
StringTransforms
{
private
static
Logger
log
=
Log
Mana
ger
.
getLogger
(
StringTransforms
.
class
);
private
static
Logger
log
=
Logger
.
getLogger
(
StringTransforms
.
class
);
/**
* Eine urbane Legende attestiert Chinesen das Problem der Aussprache des
...
...
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