Skip to content

Commit 0677adf

Browse files
committed
make helper method package-private
1 parent 81283a1 commit 0677adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public abstract class BaseSystemTest {
8383
* @see <a href="https://cloud.google.com/logging/docs/view/advanced_filters">Advanced Logs
8484
* Filters Documentation</a>
8585
*/
86-
protected static <V> String createEqualityFilter(String name, V value) {
86+
static <V> String createEqualityFilter(String name, V value) {
8787
return name + " = " + "\"" + value.toString() + "\"";
8888
}
8989

0 commit comments

Comments
 (0)