mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -120,7 +120,7 @@ public abstract class LanguagePerFileMappings<T> implements PersistentStateCompo
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public T getImmediateMapping(final VirtualFile file) {
|
||||
public T getImmediateMapping(@Nullable final VirtualFile file) {
|
||||
synchronized (myMappings) {
|
||||
return myMappings.get(file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user