This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stefan Nothaas
committed
Feb 18, 2019
1 parent
201ceb3
commit 21c06df
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,19 @@ | |
import de.hhu.bsinfo.dxutils.NodeID; | ||
|
||
/** | ||
* "Hello world" example DXRAM application | ||
* "Hello world" example DXRAM application. | ||
* | ||
* @author Stefan Nothaas, [email protected], 17.05.17 | ||
*/ | ||
public class HelloWorld extends AbstractApplication { | ||
public class HelloApplication extends AbstractApplication { | ||
@Override | ||
public DXRAMVersion getBuiltAgainstVersion() { | ||
return BuildConfig.DXRAM_VERSION; | ||
} | ||
|
||
@Override | ||
public String getApplicationName() { | ||
return "HelloWorld"; | ||
return "HelloApplication"; | ||
} | ||
|
||
@Override | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters