Skip to content

Commit b84a41d

Browse files
lowasserGoogle Java Core Libraries
authored and
Google Java Core Libraries
committed
n/a
RELNOTES=n/a PiperOrigin-RevId: 684964139
1 parent d40589d commit b84a41d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/guava-tests/test/com/google/common/hash/HashingOutputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Tests for {@link HashingOutputStream}.
2828
*
29-
* @author Nick Piepmeier
29+
* @author Zoe Piepmeier
3030
*/
3131
public class HashingOutputStreamTest extends TestCase {
3232
private Hasher hasher;

android/guava/src/com/google/common/hash/HashingOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* An {@link OutputStream} that maintains a hash of the data written to it.
2626
*
27-
* @author Nick Piepmeier
27+
* @author Zoe Piepmeier
2828
* @since 16.0
2929
*/
3030
@Beta

guava-tests/test/com/google/common/hash/HashingOutputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Tests for {@link HashingOutputStream}.
2828
*
29-
* @author Nick Piepmeier
29+
* @author Zoe Piepmeier
3030
*/
3131
public class HashingOutputStreamTest extends TestCase {
3232
private Hasher hasher;

guava/src/com/google/common/hash/HashingOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* An {@link OutputStream} that maintains a hash of the data written to it.
2626
*
27-
* @author Nick Piepmeier
27+
* @author Zoe Piepmeier
2828
* @since 16.0
2929
*/
3030
@Beta

0 commit comments

Comments
 (0)