We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81283a1 commit 0677adfCopy full SHA for 0677adf
google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java
@@ -83,7 +83,7 @@ public abstract class BaseSystemTest {
83
* @see <a href="https://cloud.google.com/logging/docs/view/advanced_filters">Advanced Logs
84
* Filters Documentation</a>
85
*/
86
- protected static <V> String createEqualityFilter(String name, V value) {
+ static <V> String createEqualityFilter(String name, V value) {
87
return name + " = " + "\"" + value.toString() + "\"";
88
}
89
0 commit comments