Skip to content

Commit

Permalink
format javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Mar 29, 2016
1 parent 1a7f1c2 commit 6a8a7cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class ProcessLock implements Closeable {
private final static int PID = android.os.Process.myPid();
/**
* key1: lockName
* key2: mFileLock.hashCode()
* key2: fileLock.hashCode()
*/
private final static DoubleKeyValueMap<String, Integer, ProcessLock> LOCK_MAP = new DoubleKeyValueMap<String, Integer, ProcessLock>();

Expand Down

0 comments on commit 6a8a7cf

Please sign in to comment.