We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d4de3 commit 03eff82Copy full SHA for 03eff82
1 file changed
google-http-client/src/main/java/com/google/api/client/util/ClassInfo.java
@@ -113,8 +113,7 @@ public final boolean getIgnoreCase() {
113
}
114
115
/**
116
- * Returns whether information for the given {@link FieldInfo#getName()}
117
- * is available.
+ * Returns whether information for the given {@link FieldInfo#getName()} is available.
118
*
119
* @param name {@link FieldInfo#getName()} or {@code null}
120
* @return true if field info is available.
@@ -128,7 +127,7 @@ public boolean hasFieldInfo(String name) {
128
127
129
return nameToFieldInfoMap.containsKey(name);
130
131
-
+
132
133
* Returns the information for the given {@link FieldInfo#getName()}.
134
0 commit comments