marcesher / cfconcurrent

A boilerplate-reduction library for using the Java Concurrency Framework in ColdFusion applications
31 stars 9 forks source link

Avoid scope problems #5

Open smoufa opened 7 years ago

smoufa commented 7 years ago

Had a problem using the setters due to the scope settings in our application. Using the variables scope helped avoiding that.