Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b08cc2d
Commit
2b08cc2d
authored
Dec 17, 2023
by
Stefan Kangas
Browse files
; Fix typo
* java/org/gnu/emacs/EmacsSafThread.java (cacheDirectoryFromCursor): Fix typo.
parent
059ae680
Pipeline
#27521
failed with stages
in 116 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
java/org/gnu/emacs/EmacsSafThread.java
java/org/gnu/emacs/EmacsSafThread.java
+3
-3
No files found.
java/org/gnu/emacs/EmacsSafThread.java
View file @
2b08cc2d
...
...
@@ -504,7 +504,7 @@ second caches individual document IDs and their contents (children,
cacheDirectoryFromCursor
(
CacheToplevel
toplevel
,
String
documentId
,
Cursor
cursor
)
{
CacheEntry
entry
,
constitu
t
ent
;
CacheEntry
entry
,
constituent
;
int
nameColumn
,
idColumn
,
typeColumn
;
String
id
,
name
,
type
;
DocIdEntry
idEntry
;
...
...
@@ -561,8 +561,8 @@ second caches individual document IDs and their contents (children,
/* Otherwise, create a new cache entry comprised of its
type. */
constitu
t
ent
=
new
CacheEntry
();
constitu
t
ent
.
type
=
type
;
constituent
=
new
CacheEntry
();
constituent
.
type
=
type
;
toplevel
.
idCache
.
put
(
documentId
,
entry
);
}
catch
(
Exception
e
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment