copy-and-paste error in Batch.java?

View: New views
1 Messages — Rating Filter:   Alert me  

copy-and-paste error in Batch.java?

by tpeierls :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

parseParameters in dwrp/Batch.java is using allParameters instead of paramMap to extract the window name -- it uses paramMap for everything else. I bet this was a copy and paste error from the code farther down, which uses allParameters for everything.

I guess it's harmless, but it means the window name always gets put in the metadata.

--tim