Skip to content

Commit 1f18df0

Browse files
committed
Update comment
1 parent 68248c2 commit 1f18df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/airsaid/localization/services/AndroidValuesService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ public void writeValueFile(@NotNull List<PsiElement> values, @NotNull File value
138138
}
139139

140140
/**
141-
* Verify that the file is a values/string.xml or plurals.xml or arrays.xml file.
141+
* Verify that the specified file is a string resource file in the values directory.
142142
*
143143
* @param file the verify file.
144-
* @return true: the file is values/string.xml or plurals.xml or arrays.xml file.
144+
* @return true: the file is a string resource file in the values directory.
145145
*/
146146
public boolean isValueFile(@Nullable PsiFile file) {
147147
if (file == null) return false;

0 commit comments

Comments
 (0)