Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -165,7 +165,8 @@ public abstract class _PolicyImplBase
|
||||
output.write_long(policyCode);
|
||||
}
|
||||
else
|
||||
throw new BAD_OPERATION(method, 0, CompletionStatus.COMPLETED_MAYBE);
|
||||
throw new BAD_OPERATION(method, Minor.Method,
|
||||
CompletionStatus.COMPLETED_MAYBE);
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user