Kaydet (Commit) df5c4b95 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
(cherry picked from commit 3b07120a)

Conflicts:
	odk/examples/java/Spreadsheet/CalcAddins.java
üst bcc96bd2
...@@ -60,7 +60,7 @@ public class CalcAddins { ...@@ -60,7 +60,7 @@ public class CalcAddins {
* of the service description. It implements the needed interfaces. * of the service description. It implements the needed interfaces.
* @implements XCalcAddins, XAddIn, XServiceName, XServiceInfo, XTypeProvider * @implements XCalcAddins, XAddIn, XServiceName, XServiceInfo, XTypeProvider
*/ */
static private class _CalcAddins extends WeakBase implements static public class _CalcAddins extends WeakBase implements
XCalcAddins, XCalcAddins,
XAddIn, XAddIn,
XServiceName, 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