Skip to content
Snippets Groups Projects
Commit 6179fc66 authored by Andreas Wundsam's avatar Andreas Wundsam
Browse files

OFStatisticsMessageBase: add a note that the type signature should be improved

parent df713c60
No related branches found
No related tags found
No related merge requests found
/**
* Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior
* University
*
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
......@@ -38,6 +38,9 @@ public abstract class OFStatisticsMessageBase extends OFMessage implements
protected OFStatisticsFactory statisticsFactory;
protected OFStatisticsType statisticType;
protected short flags;
// TODO: this should be List<? extends OFStatistics>, to
// allow for type safe assignments of lists of specific message
protected List<OFStatistics> statistics;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment