Mercurial > hg4j
view test/com/tmate/hgkit/OutputParser.java @ 63:a47530a2ea12
Typo in the method name
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 18 Jan 2011 18:42:50 +0100 |
parents | fac8e7fcc8b0 |
children |
line wrap: on
line source
/* * Copyright (c) 2011 Artem Tikhomirov */ package com.tmate.hgkit; /** * * @author artem */ public interface OutputParser { public void parse(CharSequence seq); }