repo.or.cz
/
metux-java.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
datasource/Cached_Content_Loader: added caching content loader
[metux-java.git]
/
propertylist
/
EBrokenBoolRepresentation.java
blob
3b2866997dfa8046aeaa7970e5cf127ba9a283fd
1
2
package
org
.
de
.
metux
.
propertylist
;
3
4
public class
EBrokenBoolRepresentation
extends
EIllegalValue
5
{
6
public
EBrokenBoolRepresentation
(
String name
,
String value
)
7
{
8
super
(
name
,
value
);
9
}
10
}