mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
push language level for files under SDK roots
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ public class PushedFilePropertiesUpdater {
|
||||
}
|
||||
}
|
||||
|
||||
private static <T> void findAndUpdateValue(final Project project, final VirtualFile fileOrDir, final FilePropertyPusher<T> pusher, final T moduleValue) {
|
||||
public static <T> void findAndUpdateValue(final Project project, final VirtualFile fileOrDir, final FilePropertyPusher<T> pusher, final T moduleValue) {
|
||||
final T value = findPusherValuesUpwards(project, fileOrDir, pusher, moduleValue);
|
||||
updateValue(fileOrDir, value, pusher);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user