Skip to content

Commit

Permalink
Fix ampersand in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mizosoft committed May 10, 2024
1 parent ac7e158 commit f6180ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Moataz Abdelnasser
* Copyright (c) 2024 Moataz Abdelnasser
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -47,7 +47,7 @@
import java.util.zip.DeflaterInputStream;
import org.checkerframework.checker.nullness.qual.Nullable;

/** A mock gzip stream with configurable gzip stream fields & corruption modes. */
/** A mock gzip stream with configurable gzip stream fields {@code &} corruption modes. */
public final class MockGzipStream {
private static final int GZIP_MAGIC = 0x8B1F;
private static final int CM_DEFLATE = 8;
Expand Down

0 comments on commit f6180ec

Please sign in to comment.