/** * Copyright (c) 2012 Todoroo Inc * * See the file "LICENSE" for the full license governing this code. */ package com.timsu.astrid.data.tag; import com.timsu.astrid.data.Identifier; public class TagIdentifier extends Identifier { public TagIdentifier(long id) { super(id); } }