Sign in
eclipse
/
gerrit
/
objectteams
/
org.eclipse.objectteams
/
24e9db974f6280483b90a8444f24075c2cd08cc3
/
.
/
othersrc
/
JCLMin1.7
/
src
/
java
/
io
/
ObjectOutputStream.java
blob: e33767f4f34baefa3c2e27eedef6ab1e00e4d0f2 [
file
] [
log
] [
blame
]
package
java
.
io
;
public
class
ObjectOutputStream
{
public
void
writeBoolean
(
boolean
flag
)
throws
IOException
{}
}