Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2dab02f944acfc90fe41beaf9143cc16db698673 (plain) (blame)
1
2
3
4
5
6
7
8
9
package org.eclipse.papyrus.infra.nattable.helper.advice;


public class DestroyTableAdviceHelper {

	public DestroyTableAdviceHelper() {
	}

}

Back to the top