Skip to content

Fix Smart Circulation app, atomicState.minutes -> circMinutes#74

Open
bdruth wants to merge 5 commits into
SANdood:masterfrom
bdruth:master
Open

Fix Smart Circulation app, atomicState.minutes -> circMinutes#74
bdruth wants to merge 5 commits into
SANdood:masterfrom
bdruth:master

Conversation

@bdruth

@bdruth bdruth commented Nov 30, 2024

Copy link
Copy Markdown

An edit made for 1.8.00a (2020) seems to have mistakenly used atomicState.minutes instead of atomicState.circMinutes, causing a ClassCastException during evaluation if this conditional logic is executed.

[An edit](SANdood@da14c6d) made for 1.8.00a (2020) seems to have mistakenly used `atomicState.minutes` instead of `atomicState.circMinutes`, causing a ClassCastException during evaluation if this conditional logic is executed.
…ption-circminutes

Fix Smart Circulation app, `atomicState.minutes` -> `circMinutes`
@bdruth

bdruth commented Nov 30, 2024

Copy link
Copy Markdown
Author

The error in the logs was this:

java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap') on line 811 (method updated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant