Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
d3cb5f40
Commit
d3cb5f40
authored
Nov 25, 2015
by
Feng Xiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1007 from dlh3/patch-1
Fix minor typo in LazyField javadoc
parents
d8b6452e
62c4efa1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
LazyField.java
java/src/main/java/com/google/protobuf/LazyField.java
+2
-2
No files found.
java/src/main/java/com/google/protobuf/LazyField.java
View file @
d3cb5f40
...
...
@@ -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 e
uq
als()} and {@code toString()}.
* {@code e
qu
als()} 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 e
uq
als()} and
* Carry a message's default instance which is used by {@code hashCode()}, {@code e
qu
als()} and
* {@code toString()}.
*/
private
final
MessageLite
defaultInstance
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment