Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
floodlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
croft1
floodlight
Commits
6179fc66
Commit
6179fc66
authored
12 years ago
by
Andreas Wundsam
Browse files
Options
Downloads
Patches
Plain Diff
OFStatisticsMessageBase: add a note that the type signature should be improved
parent
df713c60
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/openflow/protocol/OFStatisticsMessageBase.java
+4
-1
4 additions, 1 deletion
...n/java/org/openflow/protocol/OFStatisticsMessageBase.java
with
4 additions
and
1 deletion
src/main/java/org/openflow/protocol/OFStatisticsMessageBase.java
+
4
−
1
View file @
6179fc66
/**
* 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
;
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment