Skip to content

Commit 48de6c8

Browse files
committed
mark Symfony2ProjectComponent::getRoutes as deprecated
1 parent 2fcd066 commit 48de6c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/fr/adrienbrault/idea/symfony2plugin/Symfony2ProjectComponent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ public boolean isEnabled() {
103103
return Settings.getInstance(project).pluginEnabled;
104104
}
105105

106+
/**
107+
* Dont use is method anymore, RouteHelper provides several util methods in replacement
108+
*/
109+
@Deprecated
106110
public Map<String, Route> getRoutes() {
107111
Map<String, Route> routes = new HashMap<String, Route>();
108112

0 commit comments

Comments
 (0)