Fix package name.

This commit is contained in:
retlat 2017-11-18 16:23:42 +09:00
parent ee026df51e
commit 09d25bd18c

View File

@ -8,7 +8,7 @@ title: 13. Go To Symbol Contributor
To specify how a PSI element looks like in the *Go To Symbol* popup window, *Structure* tool window or another components, it should implement *getPresentation* method.
This means we need to define this method in our utility *com.simpleplugin.parser.SimplePsiImplUtil* and regenerate the parser and PSI classes.
This means we need to define this method in our utility *com.simpleplugin.psi.impl.SimplePsiImplUtil* and regenerate the parser and PSI classes.
```java
public static ItemPresentation getPresentation(final SimpleProperty element) {