source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src/de/ugoe/cs/swe/bnftools/ui/refactoring/generic/GenericRefactoring.java @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
  • Property svn:mime-type set to text/plain
File size: 381 bytes
Line 
1package de.ugoe.cs.swe.bnftools.ui.refactoring.generic;
2
3import org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring;
4import org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor;
5
6public class GenericRefactoring extends ProcessorBasedRefactoring {
7
8        public GenericRefactoring(RefactoringProcessor processor) {
9                super(processor);
10        }
11
12}
Note: See TracBrowser for help on using the repository browser.