From 0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Aug 2014 08:55:09 +0200 Subject: java: add @Override annotation to overriding methods Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a --- odk/examples/DevelopersGuide/Forms/ValueBinding.java | 1 + 1 file changed, 1 insertion(+) (limited to 'odk/examples/DevelopersGuide/Forms/ValueBinding.java') diff --git a/odk/examples/DevelopersGuide/Forms/ValueBinding.java b/odk/examples/DevelopersGuide/Forms/ValueBinding.java index 3cf649cce543..e86e6bc72372 100644 --- a/odk/examples/DevelopersGuide/Forms/ValueBinding.java +++ b/odk/examples/DevelopersGuide/Forms/ValueBinding.java @@ -35,6 +35,7 @@ public class ValueBinding extends DocumentBasedExample } /* ------------------------------------------------------------------ */ + @Override protected void prepareDocument() throws com.sun.star.uno.Exception, java.lang.Exception { super.prepareDocument(); -- cgit