diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-24 16:45:49 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-24 16:45:49 +0000 |
commit | 6d335ffc70ec69d3ebe197ad7d9593592a1261d7 (patch) | |
tree | f98609567930f6be5a7c1fa7c2010df003c4f901 /Source | |
parent | 729acc2f2d4954130798ed382dca478eade14302 (diff) | |
download | sequelpro-6d335ffc70ec69d3ebe197ad7d9593592a1261d7.tar.gz sequelpro-6d335ffc70ec69d3ebe197ad7d9593592a1261d7.tar.bz2 sequelpro-6d335ffc70ec69d3ebe197ad7d9593592a1261d7.zip |
Minor comment.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPExportInitializer.m | 2 |
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). */ |