aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-24 16:45:49 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-24 16:45:49 +0000
commit6d335ffc70ec69d3ebe197ad7d9593592a1261d7 (patch)
treef98609567930f6be5a7c1fa7c2010df003c4f901
parent729acc2f2d4954130798ed382dca478eade14302 (diff)
downloadsequelpro-6d335ffc70ec69d3ebe197ad7d9593592a1261d7.tar.gz
sequelpro-6d335ffc70ec69d3ebe197ad7d9593592a1261d7.tar.bz2
sequelpro-6d335ffc70ec69d3ebe197ad7d9593592a1261d7.zip
Minor comment.
-rw-r--r--Source/SPExportInitializer.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPExportInitializer.m b/Source/SPExportInitializer.m
index a23ff1b9..bcf678b4 100644
--- a/Source/SPExportInitializer.m
+++ b/Source/SPExportInitializer.m
@@ -167,6 +167,8 @@
/**
* Exports the contents of the supplied array of tables or data array.
*
+ * Note that at least one of these parameters must not be nil.
+ *
* @param exportTables An array of table/view names to be exported (can be nil).
* @param dataArray A MySQL result set array to be exported (can be nil).
*/