Kaydet (Commit) 3b07120a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix CalcAddins example

was broken with 70f56bc2 "java: reduce scope,
make member classes private"

Change-Id: I84a3fafbfdddf6bb04ab7787d344bf50ffd22994
üst 09800956
......@@ -60,7 +60,7 @@ public class CalcAddins {
* of the service description. It implements the needed interfaces.
* @implements XCalcAddins, XAddIn, XServiceName, XServiceInfo, XTypeProvider
*/
private static class _CalcAddins extends WeakBase implements
public static class _CalcAddins extends WeakBase implements
XCalcAddins,
XAddIn,
XServiceName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment