axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 8780cbec was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
202 bytes
|
Line | |
---|
1 | package com.algomagic.atn; |
---|
2 | |
---|
3 | import java.util.*; |
---|
4 | |
---|
5 | public class NullParser implements LogParser { |
---|
6 | public List parse( Visualization vis, String log1, String log2 ) { |
---|
7 | return new ArrayList( ); |
---|
8 | } |
---|
9 | } |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.