bug fix 1403993, scanner wrongly detected XML comment end, when closing > was still...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / Displayable.java
1 package com.quantum.model;
2
3
4 /**
5  * @author BC
6  */
7 public interface Displayable {
8         public String getDisplayName();
9 }