git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
suppress "variable not initialized" error for break statements. In switch-case statem...
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
model
/
View.java
1
package com.quantum.model;
2
3
4
/**
5
* @author BC
6
*/
7
public interface View extends Entity {
8
9
public Integer getSize();
10
11
}