push language level for files under SDK roots

This commit is contained in:
Dmitry Jemerov
2010-01-22 18:41:21 +03:00
parent d564e8cfce
commit 7c70adaad8
@@ -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);
}