Merge pull request #1007 from dlh3/patch-1
Fix minor typo in LazyField javadoc
This commit is contained in:
commit
d3cb5f4078
1 changed files with 2 additions and 2 deletions
|
@ -39,14 +39,14 @@ import java.util.Map.Entry;
|
|||
*
|
||||
* Most of key methods are implemented in {@link LazyFieldLite} but this class
|
||||
* can contain default instance of the message to provide {@code hashCode()},
|
||||
* {@code euqals()} and {@code toString()}.
|
||||
* {@code equals()} and {@code toString()}.
|
||||
*
|
||||
* @author xiangl@google.com (Xiang Li)
|
||||
*/
|
||||
public class LazyField extends LazyFieldLite {
|
||||
|
||||
/**
|
||||
* Carry a message's default instance which is used by {@code hashCode()}, {@code euqals()} and
|
||||
* Carry a message's default instance which is used by {@code hashCode()}, {@code equals()} and
|
||||
* {@code toString()}.
|
||||
*/
|
||||
private final MessageLite defaultInstance;
|
||||
|
|
Loading…
Add table
Reference in a new issue