Skip to content

Commit 287f6b2

Browse files
committed
feat: update code
1 parent a0f9982 commit 287f6b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/tinyengine/it/mcp/tools/GitFileReaderService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public String readFileFromRepo(String url) {
170170
* @throws IOException If a network or I/O error occurs.
171171
*/
172172
public static byte[] fetchBytes(String urlString) throws IOException {
173-
log.info("开始从 Raw GitHub URL {} 中读取内容", urlString);
173+
log.info("开始从 URL {} 中读取内容", urlString);
174174
URL url = new URL(urlString);
175175
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
176176
connection.setRequestMethod("GET");

0 commit comments

Comments
 (0)