@param enable_dupes whether or not to allow duplicate queries to run
(final boolean enable_dupes)
| 892 | |
| 893 | /** @param enable_dupes whether or not to allow duplicate queries to run */ |
| 894 | public static void setEnableDuplicates(final boolean enable_dupes) { |
| 895 | ENABLE_DUPLICATES = enable_dupes; |
| 896 | } |
| 897 | } |
no outgoing calls