package com.bloatit.model.right; import com.bloatit.model.Translation; /** * The Class RgtTranslation store the properties accessor for the * {@link Translation} class. */ public class RgtTranslation extends RightManager { /** * The Class <code>Text</code> is a {@link RightManager.Authenticated} * accessor for the <code>Text</code> property. */ public static class Text extends Authenticated { // nothing this is just a rename. } }