/* NativeRedLink.java - SQL operations with the table 'native_red_link'
* in Wiktionary parsed database.
*
* Copyright (c) 2009 Andrew Krizhanovsky <andrew.krizhanovsky at gmail.com>
* Distributed under EPL/LGPL/GPL/AL/BSD multi-license.
*/
package wikt.sql.index;
/** The table 'native_red_link' - list of red link words (without articles)
* in native language, which were found in other WT articles in native language
* (table in Wiktionary parsed database).
*/
public class NativeRedLink {
}