diff --git a/import/import_auth.properties b/import/import_auth.properties
index f9b2b6edabfb3328da8dd8b9b553c0dd58df56b7..f2b66f6216d02c1db04dcd990d43cdcd8be3d360 100644
--- a/import/import_auth.properties
+++ b/import/import_auth.properties
@@ -1,22 +1,15 @@
-# Properties for the Java import program (used for importing authority records)
-# $Id: import_auth.properties $
+# Properties for the SolrMarc import program (used for importing authority records)
 
 # IMPORTANT NOTE FOR WINDOWS USERS:
 #      Use forward slashes, not back slashes (i.e.  c:/vufind/..., not c:\vufind\...)
 
-# solrmarc.custom.jar.path - Jar containing custom java code to use in indexing. 
-# If solr.indexer below is defined (other than the default of org.solrmarc.index.SolrIndexer)
-# you MUST define this value to be the Jar containing the class listed there. 
-solrmarc.custom.jar.path=VuFindIndexer.jar|lib
-
 # Solr settings
 solr.core.name = authority
-solr.indexer = org.solrmarc.index.VuFindIndexer
 solr.indexer.properties = marc_auth.properties
 solr.hosturl = http://localhost:8080/solr/authority/update
 
-#where to look for properties files, translation maps, and custom scripts
-#note that . refers to the directory where the jarfile for SolrMarc is located.
+# where to look for properties files, translation maps, and custom scripts
+# note that . refers to the directory where the jarfile for SolrMarc is located.
 solrmarc.path = /usr/local/vufind/import
 
 # Path to your marc file