Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit adcd3b0

Browse files
authored
cleanup
1 parent dc65274 commit adcd3b0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
]
1616
}
1717
}
18-
}
18+
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Initial release
66

7-
**Full Changelog**: [`5.0.0`](https://github.com/KatsuteDev/simplehttpserver/commits/5.0.0)
7+
**Full Changelog**: [`5.0.0`](https://github.com/KatsuteDev/simplehttpserver/commits/5.0.0)

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ ThrottledHandler throttled = new ThrottledHandler(new ServerExchangeThrottler(),
117117
</table>
118118
<!-- GitHub Copilot Disclaimer -->
119119

120-
- Found a bug? Post it in [issues](https://github.com/KatsuteDev/simplehttpserver/issues).
121-
- Want to further expand our project? [Fork](https://github.com/KatsuteDev/simplehttpserver/fork) this repository and submit a [pull request](https://github.com/KatsuteDev/simplehttpserver/pulls).
122-
123120
#### 💻 Running Tests Locally
124121

125122
For local tests you can use Java 8+, however only methods in the Java 8 API may be used. The `src/main/java9` folder should not be marked as a source root.

0 commit comments

Comments
 (0)