Skip to content

Commit 0e1da3c

Browse files
author
Food Tiny
authored
Merge pull request #258 from foodtiny/java.lang.Thread
Java.Lang.Thread
2 parents 0d1f908 + 1cd6bc5 commit 0e1da3c

8 files changed

Lines changed: 483 additions & 277 deletions

File tree

.vscode/.cmaketools.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"variant": null,
3+
"activeEnvironments": [],
4+
"codeModel": null
5+
}

library/Java/Lang/Runnable/Runnable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Java {
3131
namespace Lang {
3232
class Runnable {
3333
public:
34-
virtual void run() const = 0;
34+
virtual void run() = 0;
3535
};
3636
}
3737
}

0 commit comments

Comments
 (0)