Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
Slightly improved documentation, just to make it a bit more clear.
  • Loading branch information
fhur committed Jul 13, 2013
1 parent 24ec759 commit ce10a3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/org/acra/collector/ThreadCollector.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
public class ThreadCollector {

/**
* Collects some data identifying a Thread, usually the Thread which
* crashed.
* Convenience method that collects some data identifying a Thread, usually the Thread which
* crashed and returns a string containing the thread's id, name, priority and group name.
*
* @param t
* @return
* @param the thread
* @return a string representation of the string including the id, name and priority of the thread.
*/
public static String collect(Thread t) {
StringBuilder result = new StringBuilder();
Expand Down

0 comments on commit ce10a3b

Please sign in to comment.