FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Test branch 1 by mstmaria · Pull Request #2 · chrishantha/sample-java-programs · GitHub

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .java  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or 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
Expand Up @@ -51,4 +51,10 @@ public String toString() {
"max=" + max +
'}';
}

public static void main(String[] args)
{
//Testing by Maria
System.out.println("testing allocation program");
}
}
This file contains hidden or 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
Expand Up @@ -59,6 +59,7 @@ public void run() {

@Override
public void start() {
//Testing in TEST-BRANCH-1
final String nameFormat = "Thread Group %2d-%d";
for (int i = 1; i <= count; i++) {
final Object lock1 = new Object();
Expand Down

Back | FazBrowse Home | New Git URL