7 lines
88 B
Java
7 lines
88 B
Java
package obix.contracts;
|
|
|
|
import obix.IObj;
|
|
|
|
public interface BadUriErr extends IObj {
|
|
}
|