From 99cea43742283d7bc383021ebd52087115448159 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Sun, 18 Apr 2010 21:07:21 +0200 Subject: Rename TodoContext class to Context. Usually call "ctx" its instances. --- org/madore/damlengine/TodoItem.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/madore/damlengine/TodoItem.java') diff --git a/org/madore/damlengine/TodoItem.java b/org/madore/damlengine/TodoItem.java index d956800..e4669c9 100644 --- a/org/madore/damlengine/TodoItem.java +++ b/org/madore/damlengine/TodoItem.java @@ -6,11 +6,11 @@ public abstract class TodoItem { } public TodoDeque ownerDeque; - public TodoContext context; + public Context ctx; public Options options; - public TodoItem(TodoContext context, Options options) { - this.context = context; + public TodoItem(Context ctx, Options options) { + this.ctx = ctx; this.options = options; } -- cgit v1.2.3