mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
Warning cleanup.
This commit is contained in:
parent
f15a3f4d08
commit
9d7f94cc12
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ public class CExtendedMemoryBlock extends CDebugElement implements IExtendedMemo
|
|||
/**
|
||||
* Constructor for CMemoryByte.
|
||||
*/
|
||||
public CMemoryByte( byte value, byte flags ) {
|
||||
this.value = value;
|
||||
this.flags = flags;
|
||||
public CMemoryByte( byte v, byte f ) {
|
||||
this.value = v;
|
||||
this.flags = f;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue