Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66a973a

Browse files
committed
Renamed varible (typo)
1 parent9f8d192 commit66a973a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎arduino-core/src/cc/arduino/utils/network/FileDownloaderCache.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,16 +265,16 @@ public boolean isNotChange() {
265265
@JsonIgnore
266266
publicbooleanisChange() {
267267
// Check if the file is expire
268-
booleanisChange =false;
268+
booleanisChanged =false;
269269
if (isExpire()) {
270-
isChange =true;
270+
isChanged =true;
271271
}
272272

273273
if (lastETag !=null && !lastETag.equals(eTag)) {
274274
// Different ETag means that the file is changed
275-
isChange =true;
275+
isChanged =true;
276276
}
277-
returnisChange;
277+
returnisChanged;
278278
}
279279

280280
@JsonIgnore

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp