source: src/main/java/genius/core/repository/Property.java

Last change on this file was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 176 bytes
Line 
1package genius.core.repository;
2
3/**
4 * Created by dfesten on 6-8-2014.
5 */
6public final class Property
7{
8 public static final String IS_MEDIATOR = "isMediator";
9}
Note: See TracBrowser for help on using the repository browser.