diff options
author | Keith Packard <keithp@keithp.com> | 2018-08-05 12:32:42 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-08-15 15:39:11 -0700 |
commit | 297eb795b24ec31f6599f48bc8c3769557a7ec6f (patch) | |
tree | 3588e409b1d851736c3533a1d5adb66e6583854a /altosuilib/AltosShapeListener.java | |
parent | 54838e3d523953e3ce4cea2319b2820c21d2c576 (diff) |
Bump java lib versions to 13
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosShapeListener.java')
-rw-r--r-- | altosuilib/AltosShapeListener.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/AltosShapeListener.java b/altosuilib/AltosShapeListener.java index 6bf52fd4..1e2e0618 100644 --- a/altosuilib/AltosShapeListener.java +++ b/altosuilib/AltosShapeListener.java @@ -12,7 +12,7 @@ * General Public License for more details. */ -package org.altusmetrum.altosuilib_12; +package org.altusmetrum.altosuilib_13; public interface AltosShapeListener { void set_shapes_visible(boolean visible); |