mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[180562][api] Dont implement Constant interfaces
This commit is contained in:
parent
cc97f1940a
commit
c888133d77
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ package org.eclipse.rse.core.filters;
|
|||
* <p>
|
||||
* Subclass this and override what you wish to change.
|
||||
*/
|
||||
public class SystemFilterNamingPolicy implements IRSEFilterNamingPolicy, ISystemFilterConstants {
|
||||
public class SystemFilterNamingPolicy implements IRSEFilterNamingPolicy {
|
||||
|
||||
protected String managerFileNamePrefix;
|
||||
protected String poolFolderNamePrefix;
|
||||
|
|
Loading…
Add table
Reference in a new issue