All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.anosite.guard.LanguageIsNotDEGuard Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.guard;

/**
 * Current language shouldn't be 'DE'.
 * 
 * @author Alexandr Bolbat
 */
public class LanguageIsNotDEGuard extends LanguageIsDEGuard {

	@Override
	protected boolean shouldMatch() {
		return false;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy