; Fix typo
* java/org/gnu/emacs/EmacsSafThread.java (cacheDirectoryFromCursor): Fix typo.
This commit is contained in:
@@ -504,7 +504,7 @@ public final class EmacsSafThread extends HandlerThread
|
||||
cacheDirectoryFromCursor (CacheToplevel toplevel, String documentId,
|
||||
Cursor cursor)
|
||||
{
|
||||
CacheEntry entry, constitutent;
|
||||
CacheEntry entry, constituent;
|
||||
int nameColumn, idColumn, typeColumn;
|
||||
String id, name, type;
|
||||
DocIdEntry idEntry;
|
||||
@@ -561,8 +561,8 @@ public final class EmacsSafThread extends HandlerThread
|
||||
|
||||
/* Otherwise, create a new cache entry comprised of its
|
||||
type. */
|
||||
constitutent = new CacheEntry ();
|
||||
constitutent.type = type;
|
||||
constituent = new CacheEntry ();
|
||||
constituent.type = type;
|
||||
toplevel.idCache.put (documentId, entry);
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user