File tree Expand file tree Collapse file tree
src/main/java/software/xdev/pmd/analysis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class IDETextFile implements TextFile
2424
2525 private FileId fileId ;
2626
27- public IDETextFile (final LanguageVersion languageVersion , final PsiFile psiFile )
27+ IDETextFile (final LanguageVersion languageVersion , final PsiFile psiFile )
2828 {
2929 this .languageVersion = languageVersion ;
3030 this .psiFile = psiFile ;
@@ -43,12 +43,12 @@ public FileId getFileId()
4343 return this .fileId ;
4444 }
4545
46- public FileId getFileIdIfPresent ()
46+ FileId getFileIdIfPresent ()
4747 {
4848 return this .fileId ;
4949 }
5050
51- public boolean hasFileId ()
51+ boolean hasFileId ()
5252 {
5353 return this .getFileIdIfPresent () != null ;
5454 }
@@ -119,7 +119,7 @@ public void close()
119119 // Nothing
120120 }
121121
122- public PsiFile getPsiFile ()
122+ PsiFile getPsiFile ()
123123 {
124124 return this .psiFile ;
125125 }
You can’t perform that action at this time.
0 commit comments